Home
last modified time | relevance | path

Searched refs:vxfs_read_fshead (Results 1 – 3 of 3) sorted by relevance

/linux/fs/freevxfs/
H A Dvxfs_extern.h26 extern int vxfs_read_fshead(struct super_block *);
H A Dvxfs_fshead.c74 * vxfs_read_fshead - read the fileset headers
78 * vxfs_read_fshead will fill the inode and structural inode list in @sb.
84 vxfs_read_fshead(struct super_block *sbp) in vxfs_read_fshead() function
H A Dvxfs_super.c256 if (vxfs_read_fshead(sbp)) { in vxfs_fill_super()