Lines Matching defs:readdir
40 * Readdir flags, passed to ->readdir()
46 * The kernel wants to prefill the inode cache during readdir. The
62 * during a readdir.
70 /** Function to add an entry in a readdir() operation
78 * @param buf the buffer passed to the readdir() operation
186 * field in the readdir(2) function. The filesystem does not
197 * d_ino field in readdir(2). If the name was previously
269 * read, write, flush, release, fallocate, fsync, readdir,
562 * passed to readdir, releasedir and fsyncdir.
570 * 1) The readdir implementation ignores the offset parameter, and
573 * whole directory is read in a single readdir operation.
575 * 2) The readdir implementation keeps track of the offsets of the
588 int (*readdir) (const char *, void *, fuse_fill_dir_t, off_t,