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()316 struct super_block *sb = zfsvfs->z_sb; in atime_changed_cb()364 zfsvfs->z_sb->s_flags &= ~SB_POSIXACL; in acltype_changed_cb()369 zfsvfs->z_sb->s_flags |= SB_POSIXACL; in acltype_changed_cb()372 zfsvfs->z_sb->s_flags &= ~SB_POSIXACL; in acltype_changed_cb()395 struct super_block *sb = zfsvfs->z_sb; in readonly_changed_cb()425 struct super_block *sb = zfsvfs->z_sb; in nbmand_changed_cb()846 zfsvfs->z_sb = NULL; in zfsvfs_create_impl()1344 shrink_dcache_sb(zfsvfs->z_parent->z_sb); in zfsvfs_teardown()1494 zfsvfs->z_sb = sb; in zfs_domount()[all …]
490 ip = new_inode(zfsvfs->z_sb); in zfsctl_inode_alloc()560 ip = ilookup(zfsvfs->z_sb, (unsigned long)id); in zfsctl_inode_lookup()
520 ip = new_inode(zfsvfs->z_sb); in zfs_znode_alloc()
83 struct super_block *z_sb; /* generic super_block */ member