Searched defs:newdir (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/fs/overlayfs/ |
H A D | overlayfs.h | 109 ovl_do_rename(struct inode *olddir, struct dentry *olddentry, struct inode *newdir, struct dentry *newdentry, unsigned int flags) ovl_do_rename() argument
|
H A D | dir.c | 481 static int ovl_link(struct dentry *old, struct inode *newdir, ovl_link() argument 703 ovl_rename2(struct inode *olddir, struct dentry *old, struct inode *newdir, struct dentry *new, unsigned int flags) ovl_rename2() argument
|
/linux-4.1.27/fs/fuse/ |
H A D | dir.c | 786 static int fuse_link(struct dentry *entry, struct inode *newdir, fuse_link() argument 700 fuse_rename_common(struct inode *olddir, struct dentry *oldent, struct inode *newdir, struct dentry *newent, unsigned int flags, int opcode, size_t argsize) fuse_rename_common() argument 756 fuse_rename2(struct inode *olddir, struct dentry *oldent, struct inode *newdir, struct dentry *newent, unsigned int flags) fuse_rename2() argument
|
/linux-4.1.27/include/uapi/linux/ |
H A D | fuse.h | 436 uint64_t newdir; member in struct:fuse_rename_in 440 uint64_t newdir; member in struct:fuse_rename2_in
|
Completed in 181 milliseconds