Home
last modified time | relevance | path

Searched refs:afs_super_info (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/fs/afs/
Dsuper.c163 struct afs_super_info *as = AFS_FS_S(root->d_sb); in afs_show_devname()
197 struct afs_super_info *as = AFS_FS_S(root->d_sb); in afs_show_options()
402 struct afs_super_info *as = AFS_FS_S(sb); in afs_test_super()
412 struct afs_super_info *as = AFS_FS_S(sb); in afs_dynroot_test_super()
428 struct afs_super_info *as = AFS_FS_S(sb); in afs_fill_super()
492 static struct afs_super_info *afs_alloc_sbi(struct fs_context *fc) in afs_alloc_sbi()
495 struct afs_super_info *as; in afs_alloc_sbi()
497 as = kzalloc(sizeof(struct afs_super_info), GFP_KERNEL); in afs_alloc_sbi()
511 static void afs_destroy_sbi(struct afs_super_info *as) in afs_destroy_sbi()
523 struct afs_super_info *as = AFS_FS_S(sb); in afs_kill_super()
[all …]
Dmntpt.c75 struct afs_super_info *src_as = AFS_FS_S(mntpt->d_sb); in afs_mntpt_set_params()
Dcallback.c279 struct afs_super_info *as = AFS_FS_S(cbi->sb); in afs_break_one_callback()
Dinode.c400 struct afs_super_info *as; in afs_iget_pseudo_dir()
511 struct afs_super_info *as; in afs_iget()
Dinternal.h245 struct afs_super_info { struct
253 static inline struct afs_super_info *AFS_FS_S(struct super_block *sb) in AFS_FS_S() argument
Ddir.c565 struct afs_super_info *as = dir->i_sb->s_fs_info; in afs_do_lookup_one()
643 struct afs_super_info *as = dir->i_sb->s_fs_info; in afs_do_lookup()