Searched refs:build_path_from_dentry (Results 1 – 11 of 11) sorted by relevance
/linux/fs/9p/ |
A D | fid.c | 126 static int build_path_from_dentry(struct v9fs_session_info *v9ses, in build_path_from_dentry() function 211 n = build_path_from_dentry(v9ses, dentry, &wnames); in v9fs_fid_lookup_with_uid()
|
/linux/fs/cifs/ |
A D | xattr.c | 114 full_path = build_path_from_dentry(dentry, page); in cifs_xattr_set() 301 full_path = build_path_from_dentry(dentry, page); in cifs_xattr_get() 426 full_path = build_path_from_dentry(direntry, page); in cifs_listxattr()
|
A D | link.c | 521 from_name = build_path_from_dentry(old_file, page1); in cifs_hardlink() 526 to_name = build_path_from_dentry(direntry, page2); in cifs_hardlink() 622 full_path = build_path_from_dentry(direntry, page); in cifs_get_link() 692 full_path = build_path_from_dentry(direntry, page); in cifs_symlink()
|
A D | dir.c | 70 build_path_from_dentry(struct dentry *direntry, void *page) in build_path_from_dentry() function 189 full_path = build_path_from_dentry(direntry, page); in cifs_do_create() 592 full_path = build_path_from_dentry(direntry, page); in cifs_mknod() 649 full_path = build_path_from_dentry(direntry, page); in cifs_lookup()
|
A D | inode.c | 1615 full_path = build_path_from_dentry(dentry, page); 1872 full_path = build_path_from_dentry(direntry, page); 1939 full_path = build_path_from_dentry(direntry, page); 2098 from_name = build_path_from_dentry(source_dentry, page1); 2104 to_name = build_path_from_dentry(target_dentry, page2); 2365 full_path = build_path_from_dentry(dentry, page); 2676 full_path = build_path_from_dentry(direntry, page); 2824 full_path = build_path_from_dentry(direntry, page);
|
A D | ioctl.c | 38 path = build_path_from_dentry(dentry, page); in cifs_ioctl_query_info()
|
A D | cifsproto.h | 59 extern const char *build_path_from_dentry(struct dentry *, void *);
|
A D | readdir.c | 956 full_path = build_path_from_dentry(file_dentry(file), page); in cifs_readdir()
|
A D | misc.c | 799 full_path = build_path_from_dentry(cfile->dentry, page); in cifs_close_deferred_file_under_dentry()
|
A D | file.c | 548 full_path = build_path_from_dentry(file_dentry(file), page); in cifs_open() 732 full_path = build_path_from_dentry(cfile->dentry, page); in cifs_reopen_file() 2148 const char *full_path = build_path_from_dentry(cfile->dentry, page); in cifs_get_writable_path() 2180 const char *full_path = build_path_from_dentry(cfile->dentry, page); in cifs_get_readable_path()
|
A D | smb2ops.c | 2275 path = build_path_from_dentry(dentry, page); in smb3_notify()
|
Completed in 46 milliseconds