Home
last modified time | relevance | path

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

/linux-5.19.10/fs/9p/
Dfid.c125 static int build_path_from_dentry(struct v9fs_session_info *v9ses, in build_path_from_dentry() function
209 n = build_path_from_dentry(v9ses, dentry, &wnames); in v9fs_fid_lookup_with_uid()
/linux-5.19.10/fs/cifs/
Dxattr.c114 full_path = build_path_from_dentry(dentry, page); in cifs_xattr_set()
303 full_path = build_path_from_dentry(dentry, page); in cifs_xattr_get()
428 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
190 full_path = build_path_from_dentry(direntry, page); in cifs_do_create()
597 full_path = build_path_from_dentry(direntry, page); in cifs_mknod()
654 full_path = build_path_from_dentry(direntry, page); in cifs_lookup()
Dlink.c524 from_name = build_path_from_dentry(old_file, page1); in cifs_hardlink()
529 to_name = build_path_from_dentry(direntry, page2); in cifs_hardlink()
625 full_path = build_path_from_dentry(direntry, page); in cifs_get_link()
695 full_path = build_path_from_dentry(direntry, page); in cifs_symlink()
Dinode.c1623 full_path = build_path_from_dentry(dentry, page);
1880 full_path = build_path_from_dentry(direntry, page);
1947 full_path = build_path_from_dentry(direntry, page);
2106 from_name = build_path_from_dentry(source_dentry, page1);
2112 to_name = build_path_from_dentry(target_dentry, page2);
2372 full_path = build_path_from_dentry(dentry, page);
2683 full_path = build_path_from_dentry(direntry, page);
2833 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.c546 full_path = build_path_from_dentry(file_dentry(file), page); in cifs_open()
737 full_path = build_path_from_dentry(cfile->dentry, page); in cifs_reopen_file()
2154 const char *full_path = build_path_from_dentry(cfile->dentry, page); in cifs_get_writable_path()
2186 const char *full_path = build_path_from_dentry(cfile->dentry, page); in cifs_get_readable_path()
Dmisc.c811 full_path = build_path_from_dentry(cfile->dentry, page); in cifs_close_deferred_file_under_dentry()
Dreaddir.c1058 full_path = build_path_from_dentry(file_dentry(file), page); in cifs_readdir()
Dsmb2ops.c2325 path = build_path_from_dentry(dentry, page); in smb3_notify()