Searched refs:build_path_from_dentry (Results 1 – 14 of 14) sorted by relevance
| /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()
|
| /linux/fs/smb/client/ |
| H A D | xattr.c | 116 full_path = build_path_from_dentry(dentry, page); in cifs_xattr_set() 292 full_path = build_path_from_dentry(dentry, page); in cifs_xattr_get() 412 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 202 full_path = build_path_from_dentry(direntry, page); 648 full_path = build_path_from_dentry(direntry, page); 712 full_path = build_path_from_dentry(direntry, page);
|
| H A D | link.c | 466 from_name = build_path_from_dentry(old_file, page1); 471 to_name = build_path_from_dentry(direntry, page2); 574 full_path = build_path_from_dentry(direntry, page);
|
| H A D | inode.c | 992 path = build_path_from_dentry(dentry, page); in cifs_get_file_info() 1978 full_path = build_path_from_dentry(dentry, page); in __cifs_unlink() 2279 full_path = build_path_from_dentry(direntry, page); 2348 full_path = build_path_from_dentry(direntry, page); 2541 from_name = build_path_from_dentry(source_dentry, page1); 2547 to_name = build_path_from_dentry(target_dentry, page2); 2838 full_path = build_path_from_dentry(dentry, page); 3125 full_path = build_path_from_dentry(direntry, page); 3297 full_path = build_path_from_dentry(direntry, page);
|
| H A D | ioctl.c | 37 path = build_path_from_dentry(dentry, page); in cifs_ioctl_query_info()
|
| H A D | cifsproto.h | 62 const char *build_path_from_dentry(struct dentry *direntry, void *page);
|
| H A D | file.c | 1038 full_path = build_path_from_dentry(file_dentry(file), page); in cifs_open() 1259 full_path = build_path_from_dentry(cfile->dentry, page); in cifs_reopen_file() 2699 const char *full_path = build_path_from_dentry(cfile->dentry, page); in cifs_get_writable_path() 2731 const char *full_path = build_path_from_dentry(cfile->dentry, page); in cifs_get_readable_path()
|
| H A D | cifsacl.c | 1729 full_path = build_path_from_dentry(dentry, page); in cifs_get_acl() 1792 full_path = build_path_from_dentry(dentry, page); in cifs_set_acl()
|
| H A D | misc.c | 653 full_path = build_path_from_dentry(cfile->dentry, page); in cifs_mark_open_handles_for_deleted_file()
|
| H A D | readdir.c | 1068 full_path = build_path_from_dentry(file_dentry(file), page); in cifs_readdir()
|
| H A D | smb2inode.c | 1599 ppath = build_path_from_dentry(dentry->d_parent, page); in smb2_rename_pending_delete()
|
| H A D | cifsfs.c | 368 full_path = build_path_from_dentry(dentry, page); in cifs_statfs()
|
| H A D | smb2ops.c | 2372 path = build_path_from_dentry(dentry, page); in smb3_notify()
|