Searched refs:z_sb (Results 1 – 5 of 5) sorted by relevance
75 return (zfsvfs->z_sb != NULL); in zfs_vfs_held()81 if (*zfvp == NULL || (*zfvp)->z_sb == NULL || in zfs_vfs_ref()82 !atomic_inc_not_zero(&((*zfvp)->z_sb->s_active))) { in zfs_vfs_ref()91 deactivate_super(zfsvfs->z_sb); in zfs_vfs_rele()
260 return (!!(zfsvfs->z_sb->s_flags & SB_RDONLY)); in zfs_is_readonly()296 struct super_block *sb = zfsvfs->z_sb; in atime_changed_cb()344 zfsvfs->z_sb->s_flags &= ~SB_POSIXACL; in acltype_changed_cb()349 zfsvfs->z_sb->s_flags |= SB_POSIXACL; in acltype_changed_cb()352 zfsvfs->z_sb->s_flags &= ~SB_POSIXACL; in acltype_changed_cb()375 struct super_block *sb = zfsvfs->z_sb; in readonly_changed_cb()405 struct super_block *sb = zfsvfs->z_sb; in nbmand_changed_cb()826 zfsvfs->z_sb = NULL; in zfsvfs_create_impl()1389 shrink_dcache_sb(zfsvfs->z_parent->z_sb); in zfsvfs_teardown()1539 zfsvfs->z_sb = sb; in zfs_domount()[all …]
482 ip = new_inode(zfsvfs->z_sb); in zfsctl_inode_alloc()550 ip = ilookup(zfsvfs->z_sb, (unsigned long)id); in zfsctl_inode_lookup()
529 ip = new_inode(zfsvfs->z_sb); in zfs_znode_alloc()
83 struct super_block *z_sb; /* generic super_block */ member