Searched refs:FS_ITER_FLAG_DIRS (Results 1 - 4 of 4) sorted by relevance

/dovecot/src/lib-fs/
H A Dfs-api.h91 FS_ITER_FLAG_DIRS = 0x01, enumerator in enum:fs_iter_flags
H A Dfs-posix.c822 ret = (iter->iter.flags & FS_ITER_FLAG_DIRS) == 0;
824 ret = (iter->iter.flags & FS_ITER_FLAG_DIRS) != 0;
854 if ((iter->iter.flags & FS_ITER_FLAG_DIRS) == 0)
858 if ((iter->iter.flags & FS_ITER_FLAG_DIRS) != 0)
H A Dfs-test.c338 if ((_iter->flags & FS_ITER_FLAG_DIRS) == 0) {
/dovecot/src/doveadm/
H A Ddoveadm-fs.c350 iter = fs_iter_init(fs, path_prefix, FS_ITER_FLAG_DIRS);
518 cmd_fs_iter_full(argc, argv, FS_ITER_FLAG_DIRS, cmd_fs_iter_dirs);

Completed in 17 milliseconds