Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/fs/smb/client/
H A Dxattr.c117 full_path = build_path_from_dentry(dentry, page); in cifs_xattr_set()
294 full_path = build_path_from_dentry(dentry, page); in cifs_xattr_get()
414 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
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 Dlink.c489 from_name = build_path_from_dentry(old_file, page1);
494 to_name = build_path_from_dentry(direntry, page2);
598 full_path = build_path_from_dentry(direntry, page);
H A Dinode.c996 path = build_path_from_dentry(dentry, page); in cifs_get_file_info()
1971 full_path = build_path_from_dentry(dentry, page); in cifs_unlink()
2245 full_path = build_path_from_dentry(direntry, page);
2314 full_path = build_path_from_dentry(direntry, page);
2489 from_name = build_path_from_dentry(source_dentry, page1);
2495 to_name = build_path_from_dentry(target_dentry, page2);
2745 full_path = build_path_from_dentry(dentry, page);
3040 full_path = build_path_from_dentry(direntry, page);
3193 full_path = build_path_from_dentry(direntry, page);
H A Dmisc.c833 full_path = build_path_from_dentry(cfile->dentry, page); in cifs_close_deferred_file_under_dentry()
882 full_path = build_path_from_dentry(cfile->dentry, page); in cifs_mark_open_handles_for_deleted_file()
H A Dioctl.c38 path = build_path_from_dentry(dentry, page); in cifs_ioctl_query_info()
H A Dfile.c977 full_path = build_path_from_dentry(file_dentry(file), page); in cifs_open()
1189 full_path = build_path_from_dentry(cfile->dentry, page); in cifs_reopen_file()
2598 const char *full_path = build_path_from_dentry(cfile->dentry, page); in cifs_get_writable_path()
2630 const char *full_path = build_path_from_dentry(cfile->dentry, page); in cifs_get_readable_path()
H A Dcifsacl.c1737 full_path = build_path_from_dentry(dentry, page); in cifs_get_acl()
1800 full_path = build_path_from_dentry(dentry, page); in cifs_set_acl()
H A Dcifsproto.h63 extern const char *build_path_from_dentry(struct dentry *, void *);
H A Dreaddir.c1049 full_path = build_path_from_dentry(file_dentry(file), page); in cifs_readdir()
H A Dcifsfs.c323 full_path = build_path_from_dentry(dentry, page); in cifs_statfs()
H A Dsmb2ops.c2256 path = build_path_from_dentry(dentry, page); in smb3_notify()