Lines Matching refs:parent
241 * @param parent inode number of the parent directory
244 void (*lookup) (fuse_req_t req, fuse_ino_t parent, const char *name);
366 * @param parent inode number of the parent directory
371 void (*mknod) (fuse_req_t req, fuse_ino_t parent, const char *name,
382 * @param parent inode number of the parent directory
386 void (*mkdir) (fuse_req_t req, fuse_ino_t parent, const char *name,
401 * @param parent inode number of the parent directory
404 void (*unlink) (fuse_req_t req, fuse_ino_t parent, const char *name);
418 * @param parent inode number of the parent directory
421 void (*rmdir) (fuse_req_t req, fuse_ino_t parent, const char *name);
432 * @param parent inode number of the parent directory
435 void (*symlink) (fuse_req_t req, const char *link, fuse_ino_t parent,
462 * @param parent inode number of the old parent directory
464 * @param newparent inode number of the new parent directory
467 void (*rename) (fuse_req_t req, fuse_ino_t parent, const char *name,
480 * @param newparent inode number of the new parent directory
956 * @param parent inode number of the parent directory
961 void (*create) (fuse_req_t req, fuse_ino_t parent, const char *name,
1686 * Notify to invalidate parent attributes and the dentry matching parent/name
1693 * request for the parent, and a setattr(), unlink(), rmdir(),
1704 * @param parent inode number
1709 int fuse_lowlevel_notify_inval_entry(struct fuse_session *se, fuse_ino_t parent,
1713 * Notify to expire parent attributes and the dentry matching parent/name
1735 * @param parent inode number
1740 int fuse_lowlevel_notify_expire_entry(struct fuse_session *se, fuse_ino_t parent,
1765 * @param parent inode number
1772 fuse_ino_t parent, fuse_ino_t child,