Home
last modified time | relevance | path

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

/linux/fs/afs/
H A Dsuper.c158 struct afs_super_info *as = AFS_FS_S(root->d_sb); in afs_show_devname()
192 struct afs_super_info *as = AFS_FS_S(root->d_sb); in afs_show_options()
423 struct afs_super_info *as = AFS_FS_S(sb); in afs_test_super()
434 struct afs_super_info *as = AFS_FS_S(sb); in afs_dynroot_test_super()
450 struct afs_super_info *as = AFS_FS_S(sb); in afs_fill_super()
500 static struct afs_super_info *afs_alloc_sbi(struct fs_context *fc) in afs_alloc_sbi()
503 struct afs_super_info *as; in afs_alloc_sbi()
505 as = kzalloc(sizeof(struct afs_super_info), GFP_KERNEL); in afs_alloc_sbi()
520 static void afs_destroy_sbi(struct afs_super_info *as) in afs_destroy_sbi()
532 struct afs_super_info *as = AFS_FS_S(sb); in afs_kill_super()
[all …]
H A Ddynroot.c33 struct afs_super_info *as = AFS_FS_S(inode->i_sb); in afs_iget5_pseudo_set()
371 struct afs_super_info *as = AFS_FS_S(sb); in afs_dynroot_iget_root()
H A Dinode.c506 struct afs_super_info *as = AFS_FS_S(inode->i_sb); in afs_iget5_set()
608 struct afs_super_info *as = AFS_FS_S(inode->i_sb); in afs_iget5_set_root()
626 struct afs_super_info *as = AFS_FS_S(sb); in afs_root_iget()
737 struct afs_super_info *sbi = AFS_FS_S(inode->i_sb); in afs_evict_inode()
H A Dmntpt.c74 struct afs_super_info *src_as = AFS_FS_S(mntpt->d_sb); in afs_mntpt_set_params()
H A Dinternal.h249 struct afs_super_info { struct
257 static inline struct afs_super_info *AFS_FS_S(struct super_block *sb) in AFS_FS_S() argument
H A Ddir.c605 struct afs_super_info *as = dir->i_sb->s_fs_info; in afs_do_lookup_one()