Searched refs:build_path_from_dentry (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.6/fs/9p/ |
D | fid.c | 147 static int build_path_from_dentry(struct v9fs_session_info *v9ses, in build_path_from_dentry() function 232 n = build_path_from_dentry(v9ses, dentry, &wnames); in v9fs_fid_lookup_with_uid()
|
/Linux-v6.6/fs/smb/client/ |
D | xattr.c | 114 full_path = build_path_from_dentry(dentry, page); in cifs_xattr_set() 279 full_path = build_path_from_dentry(dentry, page); in cifs_xattr_get() 384 full_path = build_path_from_dentry(direntry, page); in cifs_listxattr()
|
D | dir.c | 71 build_path_from_dentry(struct dentry *direntry, void *page) in build_path_from_dentry() function 197 full_path = build_path_from_dentry(direntry, page); 609 full_path = build_path_from_dentry(direntry, page); 666 full_path = build_path_from_dentry(direntry, page);
|
D | link.c | 500 from_name = build_path_from_dentry(old_file, page1); 505 to_name = build_path_from_dentry(direntry, page2); 606 full_path = build_path_from_dentry(direntry, page);
|
D | inode.c | 1744 full_path = build_path_from_dentry(dentry, page); in cifs_unlink() 2011 full_path = build_path_from_dentry(direntry, page); 2080 full_path = build_path_from_dentry(direntry, page); 2247 from_name = build_path_from_dentry(source_dentry, page1); 2253 to_name = build_path_from_dentry(target_dentry, page2); 2520 full_path = build_path_from_dentry(dentry, page); 2832 full_path = build_path_from_dentry(direntry, page); 2983 full_path = build_path_from_dentry(direntry, page);
|
D | ioctl.c | 38 path = build_path_from_dentry(dentry, page); in cifs_ioctl_query_info()
|
D | cifsacl.c | 1701 full_path = build_path_from_dentry(dentry, page); in cifs_get_acl() 1764 full_path = build_path_from_dentry(dentry, page); in cifs_set_acl()
|
D | cifsproto.h | 60 extern const char *build_path_from_dentry(struct dentry *, void *);
|
D | readdir.c | 1068 full_path = build_path_from_dentry(file_dentry(file), page); in cifs_readdir()
|
D | misc.c | 824 full_path = build_path_from_dentry(cfile->dentry, page); in cifs_close_deferred_file_under_dentry()
|
D | file.c | 722 full_path = build_path_from_dentry(file_dentry(file), page); in cifs_open() 924 full_path = build_path_from_dentry(cfile->dentry, page); in cifs_reopen_file() 2359 const char *full_path = build_path_from_dentry(cfile->dentry, page); in cifs_get_writable_path() 2391 const char *full_path = build_path_from_dentry(cfile->dentry, page); in cifs_get_readable_path()
|
D | smb2ops.c | 2133 path = build_path_from_dentry(dentry, page); in smb3_notify()
|