Lines Matching defs:lookup
62 * In lookup, zero means negative entry (from version 2.5)
84 * for open(), FUSE uses attr.st_size from lookup() to determine
244 void (*lookup) (fuse_req_t req, fuse_ino_t parent, const char *name);
252 * The inode's lookup count increases by one for every call to
254 * indicates by how much the lookup count should be decreased.
256 * Inodes with a non-zero lookup count may receive request from
260 * of the inode until the lookup count reaches zero. Calls to
270 * On unmount the lookup count for all inodes implicitly drops
392 * If the file's inode's lookup count is non-zero, the file
394 * until the lookup count reaches zero (see description of the
409 * If the directory's inode's lookup count is non-zero, the
411 * inode until the lookup count reaches zero (see description
441 * the target's inode's lookup count is non-zero, the file
443 * until the lookup count reaches zero (see description of the
729 * its lookup count.
1209 * In contrast to readdir() (which does not affect the lookup counts),
1210 * the lookup count of every entry returned by readdirplus(), except "."
1324 * lookup, mknod, mkdir, symlink, link
1327 * increments the lookup count on success
1345 * increments the lookup count on success
1456 * call, increments the lookup count of each returned entry by one
1691 * operation. As of kernel 4.18, a "related operation" is a lookup(),
1719 * to it forces a lookup from the filesystem.