Searched refs:hmdfs_sb (Results 1 – 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/ |
D | dentry.c | 39 unsigned int timeout = hmdfs_sb(target->d_sb)->dcache_timeout; in hmdfs_d_remote_revalidate() 214 struct hmdfs_sb_info *sbi = hmdfs_sb(dentry->d_sb); in hmdfs_cmp_ci() 234 struct hmdfs_sb_info *sbi = hmdfs_sb(dentry->d_sb); in hmdfs_hash_ci()
|
D | file_local.c | 29 const struct cred *cred = hmdfs_sb(sb)->cred; in hmdfs_file_open_local() 240 const struct cred *cred = hmdfs_sb(sb)->cred; in hmdfs_dir_open_local() 289 struct hmdfs_sb_info *sbi = hmdfs_sb(sb); in __hmdfs_ioc_set_share_path()
|
D | inode.h | 181 const struct hmdfs_sb_info *sbi = hmdfs_sb(info->vfs_inode.i_sb); in hmdfs_inode_is_stashing()
|
D | main.c | 254 struct hmdfs_sb_info *sbi = hmdfs_sb(sb); in hmdfs_put_super() 314 struct hmdfs_sb_info *sbi = hmdfs_sb(dentry->d_inode->i_sb); in hmdfs_remote_statfs() 382 struct hmdfs_sb_info *sbi = hmdfs_sb(root->d_sb); in hmdfs_show_options() 413 struct hmdfs_sb_info *sbi = hmdfs_sb(sb); in hmdfs_sync_fs() 1026 struct hmdfs_sb_info *sbi = hmdfs_sb(sb); in hmdfs_kill_super()
|
D | file_remote.c | 349 if (!err && hmdfs_remote_need_track_file(hmdfs_sb(inode->i_sb), in hmdfs_file_open_remote() 379 hmdfs_sb(inode->i_sb)->write_cache_timeout; in hmdfs_remote_keep_writecache() 425 if (hmdfs_remote_need_track_file(hmdfs_sb(inode->i_sb), file->f_mode)) in hmdfs_file_release_remote() 721 struct hmdfs_sb_info *sbi = hmdfs_sb(inode->i_sb); in hmdfs_writepage_remote()
|
D | hmdfs.h | 210 static inline struct hmdfs_sb_info *hmdfs_sb(struct super_block *sb) in hmdfs_sb() function
|
D | file_merge.c | 431 ret = do_dir_open_merge(file, hmdfs_sb(inode->i_sb)->cred, fi); in hmdfs_dir_open_merge() 528 const struct cred *cred = hmdfs_sb(sb)->cred; in hmdfs_file_open_merge()
|
D | inode_merge.c | 487 struct hmdfs_sb_info *sbi = hmdfs_sb(dentry->d_sb); in lookup_merge_normal() 556 struct hmdfs_sb_info *sbi = hmdfs_sb(child_dentry->d_sb); in do_lookup_merge_root() 643 struct hmdfs_sb_info *sbi = hmdfs_sb(child_dentry->d_sb); in lookup_merge_root() 703 struct hmdfs_sb_info *sbi = hmdfs_sb(child_dentry->d_sb); in hmdfs_lookup_merge()
|
D | hmdfs_dentryfile.c | 826 hmdfs_sb(dentry->d_sb)); in create_in_cache_file() 981 hmdfs_init_dcache_lookup_ctx(&ctx, hmdfs_sb(d->d_sb), &d->d_name, filp); in hmdfs_delete_dentry() 995 size = cache_file_write(hmdfs_sb(d->d_sb), filp, ctx.page, in hmdfs_delete_dentry() 1273 struct hmdfs_sb_info *sbi = hmdfs_sb(new_dentry->d_sb); in hmdfs_rename_dentry() 2096 timeout = hmdfs_sb(dentry->d_sb)->dcache_timeout; in hmdfs_cache_revalidate() 2321 cache_file_destroy_by_path(hmdfs_sb(dentry->d_sb), path); in hmdfs_clear_cache_dents()
|
D | inode_local.c | 229 struct hmdfs_sb_info *sbi = hmdfs_sb(child_dentry->d_sb); in hmdfs_lookup_local() 807 struct hmdfs_sb_info *sbi = hmdfs_sb(child_dentry->d_sb); in hmdfs_lookup_share()
|
D | inode_remote.c | 30 struct hmdfs_sb_info *sbi = hmdfs_sb(child_dentry->d_sb); in lookup_remote_dentry() 478 struct hmdfs_sb_info *sbi = hmdfs_sb(child_dentry->d_sb); in hmdfs_lookup_remote()
|
/kernel/linux/linux-5.10/fs/hmdfs/authority/ |
D | authentication.c | 115 int bid = get_bundle_uid(hmdfs_sb(dentry->d_sb), in hmdfs_override_dir_fsids() 414 int bid = get_bundle_uid(hmdfs_sb(dentry->d_sb), in check_and_fixup_ownership_remote()
|