Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/cifs/
A Dxattr.c114 full_path = build_path_from_dentry(dentry, page); in cifs_xattr_set()
279 full_path = build_path_from_dentry(dentry, page); in cifs_xattr_get()
384 full_path = build_path_from_dentry(direntry, page); in cifs_listxattr()
A Ddir.c71 build_path_from_dentry(struct dentry *direntry, void *page) in build_path_from_dentry() function
197 full_path = build_path_from_dentry(direntry, page);
609 full_path = build_path_from_dentry(direntry, page);
666 full_path = build_path_from_dentry(direntry, page);
A Dlink.c498 from_name = build_path_from_dentry(old_file, page1);
503 to_name = build_path_from_dentry(direntry, page2);
604 full_path = build_path_from_dentry(direntry, page);
A Dinode.c1674 full_path = build_path_from_dentry(dentry, page);
1941 full_path = build_path_from_dentry(direntry, page);
2010 full_path = build_path_from_dentry(direntry, page);
2177 from_name = build_path_from_dentry(source_dentry, page1);
2183 to_name = build_path_from_dentry(target_dentry, page2);
2450 full_path = build_path_from_dentry(dentry, page);
2762 full_path = build_path_from_dentry(direntry, page);
2913 full_path = build_path_from_dentry(direntry, page);
A Dioctl.c38 path = build_path_from_dentry(dentry, page); in cifs_ioctl_query_info()
A Dcifsacl.c1701 full_path = build_path_from_dentry(dentry, page); in cifs_get_acl()
1764 full_path = build_path_from_dentry(dentry, page); in cifs_set_acl()
A Dcifsproto.h59 extern const char *build_path_from_dentry(struct dentry *, void *);
A Dmisc.c807 full_path = build_path_from_dentry(cfile->dentry, page); in cifs_close_deferred_file_under_dentry()
A Dfile.c722 full_path = build_path_from_dentry(file_dentry(file), page); in cifs_open()
924 full_path = build_path_from_dentry(cfile->dentry, page); in cifs_reopen_file()
2359 const char *full_path = build_path_from_dentry(cfile->dentry, page); in cifs_get_writable_path()
2391 const char *full_path = build_path_from_dentry(cfile->dentry, page); in cifs_get_readable_path()
A Dreaddir.c1077 full_path = build_path_from_dentry(file_dentry(file), page); in cifs_readdir()
A Dsmb2ops.c2071 path = build_path_from_dentry(dentry, page); in smb3_notify()
/linux-6.3-rc2/fs/9p/
A Dfid.c132 static int build_path_from_dentry(struct v9fs_session_info *v9ses, in build_path_from_dentry() function
217 n = build_path_from_dentry(v9ses, dentry, &wnames); in v9fs_fid_lookup_with_uid()

Completed in 35 milliseconds