Home
last modified time | relevance | path

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

/Linux-v6.1/fs/9p/
Dfid.c133 static int build_path_from_dentry(struct v9fs_session_info *v9ses, in build_path_from_dentry() function
218 n = build_path_from_dentry(v9ses, dentry, &wnames); in v9fs_fid_lookup_with_uid()
/Linux-v6.1/fs/cifs/
Dxattr.c114 full_path = build_path_from_dentry(dentry, page); in cifs_xattr_set()
305 full_path = build_path_from_dentry(dentry, page); in cifs_xattr_get()
431 full_path = build_path_from_dentry(direntry, page); in cifs_listxattr()
Ddir.c71 build_path_from_dentry(struct dentry *direntry, void *page) in build_path_from_dentry() function
188 full_path = build_path_from_dentry(direntry, page);
599 full_path = build_path_from_dentry(direntry, page);
656 full_path = build_path_from_dentry(direntry, page);
Dlink.c493 from_name = build_path_from_dentry(old_file, page1);
498 to_name = build_path_from_dentry(direntry, page2);
599 full_path = build_path_from_dentry(direntry, page);
Dinode.c1673 full_path = build_path_from_dentry(dentry, page);
1940 full_path = build_path_from_dentry(direntry, page);
2009 full_path = build_path_from_dentry(direntry, page);
2175 from_name = build_path_from_dentry(source_dentry, page1);
2181 to_name = build_path_from_dentry(target_dentry, page2);
2448 full_path = build_path_from_dentry(dentry, page);
2760 full_path = build_path_from_dentry(direntry, page);
2911 full_path = build_path_from_dentry(direntry, page);
Dioctl.c38 path = build_path_from_dentry(dentry, page); in cifs_ioctl_query_info()
Dcifsproto.h59 extern const char *build_path_from_dentry(struct dentry *, void *);
Dfile.c595 full_path = build_path_from_dentry(file_dentry(file), page); in cifs_open()
797 full_path = build_path_from_dentry(cfile->dentry, page); in cifs_reopen_file()
2230 const char *full_path = build_path_from_dentry(cfile->dentry, page); in cifs_get_writable_path()
2262 const char *full_path = build_path_from_dentry(cfile->dentry, page); in cifs_get_readable_path()
Dmisc.c806 full_path = build_path_from_dentry(cfile->dentry, page); in cifs_close_deferred_file_under_dentry()
Dreaddir.c1077 full_path = build_path_from_dentry(file_dentry(file), page); in cifs_readdir()
Dsmb2ops.c2044 path = build_path_from_dentry(dentry, page); in smb3_notify()