Searched refs:build_path_from_dentry (Results  1 – 11 of 11) sorted by relevance
| /Linux-v5.15/fs/9p/ | 
| D | fid.c | 125 static int build_path_from_dentry(struct v9fs_session_info *v9ses,  in build_path_from_dentry()  function 210 	n  = build_path_from_dentry(v9ses, dentry, &wnames);  in v9fs_fid_lookup_with_uid()
  | 
| /Linux-v5.15/fs/cifs/ | 
| D | xattr.c | 114 	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()
  | 
| D | link.c | 521 	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()
  | 
| D | dir.c | 70 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()
  | 
| D | inode.c | 1621 	full_path = build_path_from_dentry(dentry, page); 1878 	full_path = build_path_from_dentry(direntry, page); 1945 	full_path = build_path_from_dentry(direntry, page); 2104 	from_name = build_path_from_dentry(source_dentry, page1); 2110 	to_name = build_path_from_dentry(target_dentry, page2); 2371 	full_path = build_path_from_dentry(dentry, page); 2682 	full_path = build_path_from_dentry(direntry, page); 2830 	full_path = build_path_from_dentry(direntry, page);
  | 
| D | ioctl.c | 38 	path = build_path_from_dentry(dentry, page);  in cifs_ioctl_query_info()
  | 
| D | cifsproto.h | 59 extern const char *build_path_from_dentry(struct dentry *, void *);
  | 
| D | readdir.c | 956 	full_path = build_path_from_dentry(file_dentry(file), page);  in cifs_readdir()
  | 
| D | file.c | 548 	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()
  | 
| D | misc.c | 800 		full_path = build_path_from_dentry(cfile->dentry, page);  in cifs_close_deferred_file_under_dentry()
  | 
| D | smb2ops.c | 2275 	path = build_path_from_dentry(dentry, page);  in smb3_notify()
  |