Home
last modified time | relevance | path

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

/linux-3.4.99/fs/afs/
Dsuper.c284 struct afs_super_info *as1 = data; in afs_test_super()
285 struct afs_super_info *as = sb->s_fs_info; in afs_test_super()
302 struct afs_super_info *as = sb->s_fs_info; in afs_fill_super()
354 struct afs_super_info *as; in afs_mount()
389 as = kzalloc(sizeof(struct afs_super_info), GFP_KERNEL); in afs_mount()
439 struct afs_super_info *as = sb->s_fs_info; in afs_kill_super()
Dinode.c140 struct afs_super_info *as; in afs_iget_autocell()
203 struct afs_super_info *as; in afs_iget()
Dmntpt.c141 struct afs_super_info *super; in afs_mntpt_do_automount()
Dinternal.h170 struct afs_super_info { struct
175 static inline struct afs_super_info *AFS_FS_S(struct super_block *sb) in AFS_FS_S() argument
Ddir.c448 struct afs_super_info *as; in afs_do_lookup()