Lines Matching refs:parent

202 	 * @param parent inode number of the parent directory
205 void (*lookup) (fuse_req_t req, fuse_ino_t parent, const char *name);
312 * @param parent inode number of the parent directory
317 void (*mknod) (fuse_req_t req, fuse_ino_t parent, const char *name,
328 * @param parent inode number of the parent directory
332 void (*mkdir) (fuse_req_t req, fuse_ino_t parent, const char *name,
347 * @param parent inode number of the parent directory
350 void (*unlink) (fuse_req_t req, fuse_ino_t parent, const char *name);
364 * @param parent inode number of the parent directory
367 void (*rmdir) (fuse_req_t req, fuse_ino_t parent, const char *name);
378 * @param parent inode number of the parent directory
381 void (*symlink) (fuse_req_t req, const char *link, fuse_ino_t parent,
396 * @param parent inode number of the old parent directory
398 * @param newparent inode number of the new parent directory
401 void (*rename) (fuse_req_t req, fuse_ino_t parent, const char *name,
413 * @param newparent inode number of the new parent directory
796 * @param parent inode number of the parent directory
801 void (*create) (fuse_req_t req, fuse_ino_t parent, const char *name,
1347 * Notify to invalidate parent attributes and the dentry matching
1348 * parent/name
1355 * @param parent inode number
1360 int fuse_lowlevel_notify_inval_entry(struct fuse_chan *ch, fuse_ino_t parent,
1364 * Notify to invalidate parent attributes and delete the dentry matching
1365 * parent/name if the dentry's inode number matches child (otherwise it
1373 * @param parent inode number
1380 fuse_ino_t parent, fuse_ino_t child,