Home
last modified time | relevance | path

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

/linux/fs/9p/
A Dfid.c126 static int build_path_from_dentry(struct v9fs_session_info *v9ses, in build_path_from_dentry() function
211 n = build_path_from_dentry(v9ses, dentry, &wnames); in v9fs_fid_lookup_with_uid()
/linux/fs/cifs/
A Dxattr.c114 full_path = build_path_from_dentry(dentry, page); in cifs_xattr_set()
301 full_path = build_path_from_dentry(dentry, page); in cifs_xattr_get()
426 full_path = build_path_from_dentry(direntry, page); in cifs_listxattr()
A Dlink.c521 from_name = build_path_from_dentry(old_file, page1); in cifs_hardlink()
526 to_name = build_path_from_dentry(direntry, page2); in cifs_hardlink()
622 full_path = build_path_from_dentry(direntry, page); in cifs_get_link()
692 full_path = build_path_from_dentry(direntry, page); in cifs_symlink()
A Ddir.c70 build_path_from_dentry(struct dentry *direntry, void *page) in build_path_from_dentry() function
189 full_path = build_path_from_dentry(direntry, page); in cifs_do_create()
592 full_path = build_path_from_dentry(direntry, page); in cifs_mknod()
649 full_path = build_path_from_dentry(direntry, page); in cifs_lookup()
A Dinode.c1615 full_path = build_path_from_dentry(dentry, page);
1872 full_path = build_path_from_dentry(direntry, page);
1939 full_path = build_path_from_dentry(direntry, page);
2098 from_name = build_path_from_dentry(source_dentry, page1);
2104 to_name = build_path_from_dentry(target_dentry, page2);
2365 full_path = build_path_from_dentry(dentry, page);
2676 full_path = build_path_from_dentry(direntry, page);
2824 full_path = build_path_from_dentry(direntry, page);
A Dioctl.c38 path = build_path_from_dentry(dentry, page); in cifs_ioctl_query_info()
A Dcifsproto.h59 extern const char *build_path_from_dentry(struct dentry *, void *);
A Dreaddir.c956 full_path = build_path_from_dentry(file_dentry(file), page); in cifs_readdir()
A Dmisc.c799 full_path = build_path_from_dentry(cfile->dentry, page); in cifs_close_deferred_file_under_dentry()
A Dfile.c548 full_path = build_path_from_dentry(file_dentry(file), page); in cifs_open()
732 full_path = build_path_from_dentry(cfile->dentry, page); in cifs_reopen_file()
2148 const char *full_path = build_path_from_dentry(cfile->dentry, page); in cifs_get_writable_path()
2180 const char *full_path = build_path_from_dentry(cfile->dentry, page); in cifs_get_readable_path()
A Dsmb2ops.c2275 path = build_path_from_dentry(dentry, page); in smb3_notify()

Completed in 46 milliseconds