Searched refs:FS_ITER_FLAG_DIRS (Results 1 – 6 of 6) sorted by relevance
920 ret = (iter->iter.flags & FS_ITER_FLAG_DIRS) == 0; in fs_posix_iter_want()922 ret = (iter->iter.flags & FS_ITER_FLAG_DIRS) != 0; in fs_posix_iter_want()952 if ((iter->iter.flags & FS_ITER_FLAG_DIRS) != 0) in fs_posix_iter_next()956 if ((iter->iter.flags & FS_ITER_FLAG_DIRS) == 0) in fs_posix_iter_next()
92 FS_ITER_FLAG_DIRS = 0x01, enumerator
351 if ((_iter->flags & FS_ITER_FLAG_DIRS) == 0) { in fs_test_iter_next()
329 iter = fs_iter_init(fs, path_prefix, FS_ITER_FLAG_DIRS); in cmd_fs_delete_dir_recursive()498 cmd_fs_iter_full(cctx, FS_ITER_FLAG_DIRS); in cmd_fs_iter_dirs()
111 FS_ITER_FLAG_DIRS | FS_ITER_FLAG_NOCACHE); in mail_storage_list_index_fill_storage_mailboxes()
143520 lib-fs: Added flags to iteration, and FS_ITER_FLAG_DIRS as the first flag.