Home
last modified time | relevance | path

Searched refs:build_path_from_dentry (Results 1 – 14 of 14) sorted by relevance

/linux/fs/9p/
H A Dfid.c146 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 Dxattr.c116 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 Ddir.c71 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 Dlink.c466 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 Dinode.c992 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 Dioctl.c37 path = build_path_from_dentry(dentry, page); in cifs_ioctl_query_info()
H A Dcifsproto.h62 const char *build_path_from_dentry(struct dentry *direntry, void *page);
H A Dfile.c1038 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 Dcifsacl.c1729 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 Dmisc.c653 full_path = build_path_from_dentry(cfile->dentry, page); in cifs_mark_open_handles_for_deleted_file()
H A Dreaddir.c1068 full_path = build_path_from_dentry(file_dentry(file), page); in cifs_readdir()
H A Dsmb2inode.c1599 ppath = build_path_from_dentry(dentry->d_parent, page); in smb2_rename_pending_delete()
H A Dcifsfs.c368 full_path = build_path_from_dentry(dentry, page); in cifs_statfs()
H A Dsmb2ops.c2372 path = build_path_from_dentry(dentry, page); in smb3_notify()