Searched refs:hmdfs_get_lower_path (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/ |
D | inode_local.c | 252 hmdfs_get_lower_path(parent_dentry, &lower_parent_path); in hmdfs_lookup_local() 343 hmdfs_get_lower_path(dentry, &lower_path); in hmdfs_mkdir_local_dentry() 433 hmdfs_get_lower_path(dentry, &lower_path); in hmdfs_create_local_dentry() 508 hmdfs_get_lower_path(dentry, &lower_path); in hmdfs_rmdir_local_dentry() 573 hmdfs_get_lower_path(dentry, &lower_path); in hmdfs_unlink_local_dentry() 633 hmdfs_get_lower_path(old_dentry, &lower_old_path); in hmdfs_rename_local_dentry() 641 hmdfs_get_lower_path(new_dentry, &lower_new_path); in hmdfs_rename_local_dentry() 806 hmdfs_get_lower_path(dentry, &lower_path); in hmdfs_symlink_local() 855 hmdfs_get_lower_path(dentry, &lower_path); in hmdfs_get_link_local() 885 hmdfs_get_lower_path(dentry, &lower_path); in hmdfs_setattr_local() [all …]
|
D | dentry.c | 132 hmdfs_get_lower_path(direntry, &lower_path); in hmdfs_d_revalidate() 135 hmdfs_get_lower_path(parent_dentry, &parent_lower_path); in hmdfs_d_revalidate()
|
D | file_local.c | 38 hmdfs_get_lower_path(file->f_path.dentry, &lower_path); in hmdfs_file_open_local() 256 hmdfs_get_lower_path(dentry, &lower_path); in hmdfs_dir_open_local()
|
D | hmdfs_device_view.h | 201 static inline void hmdfs_get_lower_path(struct dentry *dent, struct path *pname) in hmdfs_get_lower_path() function
|
D | main.c | 73 hmdfs_get_lower_path(dentry, &lower_path); in hmdfs_xattr_local_get() 134 hmdfs_get_lower_path(dentry, &lower_path); in hmdfs_xattr_local_set() 369 hmdfs_get_lower_path(dentry, &lower_path); in hmdfs_statfs()
|
D | hmdfs_dentryfile.c | 2382 hmdfs_get_lower_path(dentry, &lower_path); in hmdfs_drop_remote_cache_dents() 2513 hmdfs_get_lower_path(dentry, &lower_path); in hmdfs_rename_bak()
|
D | hmdfs_server.c | 1000 hmdfs_get_lower_path(up_p.dentry, lo_p); in server_lookup_lower()
|