Searched refs:build_path_from_dentry (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | xattr.c | 114 full_path = build_path_from_dentry(dentry, page); in cifs_xattr_set() 282 full_path = build_path_from_dentry(dentry, page); in cifs_xattr_get() 387 full_path = build_path_from_dentry(direntry, page); in cifs_listxattr()
|
H A D | dir.c | 71 build_path_from_dentry(struct dentry *direntry, void *page) in build_path_from_dentry() function 198 full_path = build_path_from_dentry(direntry, page); 624 full_path = build_path_from_dentry(direntry, page); 688 full_path = build_path_from_dentry(direntry, page);
|
H A D | link.c | 488 from_name = build_path_from_dentry(old_file, page1); 493 to_name = build_path_from_dentry(direntry, page2); 596 full_path = build_path_from_dentry(direntry, page);
|
H A D | inode.c | 913 path = build_path_from_dentry(dentry, page); in cifs_get_file_info() 1874 full_path = build_path_from_dentry(dentry, page); in cifs_unlink() 2147 full_path = build_path_from_dentry(direntry, page); 2216 full_path = build_path_from_dentry(direntry, page); 2384 from_name = build_path_from_dentry(source_dentry, page1); 2390 to_name = build_path_from_dentry(target_dentry, page2); 2651 full_path = build_path_from_dentry(dentry, page); 2965 full_path = build_path_from_dentry(direntry, page); 3117 full_path = build_path_from_dentry(direntry, page);
|
H A D | misc.c | 830 full_path = build_path_from_dentry(cfile->dentry, page); in cifs_close_deferred_file_under_dentry() 879 full_path = build_path_from_dentry(cfile->dentry, page); in cifs_mark_open_handles_for_deleted_file()
|
H A D | ioctl.c | 38 path = build_path_from_dentry(dentry, page); in cifs_ioctl_query_info()
|
H A D | cifsacl.c | 1716 full_path = build_path_from_dentry(dentry, page); in cifs_get_acl() 1779 full_path = build_path_from_dentry(dentry, page); in cifs_set_acl()
|
H A D | cifsproto.h | 60 extern const char *build_path_from_dentry(struct dentry *, void *);
|
H A D | file.c | 790 full_path = build_path_from_dentry(file_dentry(file), page); in cifs_open() 993 full_path = build_path_from_dentry(cfile->dentry, page); in cifs_reopen_file() 2455 const char *full_path = build_path_from_dentry(cfile->dentry, page); in cifs_get_writable_path() 2487 const char *full_path = build_path_from_dentry(cfile->dentry, page); in cifs_get_readable_path()
|
H A D | readdir.c | 1046 full_path = build_path_from_dentry(file_dentry(file), page); in cifs_readdir()
|
H A D | cifsfs.c | 322 full_path = build_path_from_dentry(dentry, page); in cifs_statfs()
|
H A D | smb2ops.c | 2192 path = build_path_from_dentry(dentry, page); in smb3_notify()
|
/openbmc/linux/fs/9p/ |
H A D | fid.c | 146 static int build_path_from_dentry(struct v9fs_session_info *v9ses, in build_path_from_dentry() function 231 n = build_path_from_dentry(v9ses, dentry, &wnames); in v9fs_fid_lookup_with_uid()
|