Searched refs:z_sb (Results 1 – 5 of 5) sorted by relevance
74 return (zfsvfs->z_sb != NULL); in zfs_vfs_held()80 if (*zfvp == NULL || (*zfvp)->z_sb == NULL || in zfs_vfs_ref()81 !atomic_inc_not_zero(&((*zfvp)->z_sb->s_active))) { in zfs_vfs_ref()90 deactivate_super(zfsvfs->z_sb); in zfs_vfs_rele()
259 return (!!(zfsvfs->z_sb->s_flags & SB_RDONLY)); in zfs_is_readonly()315 struct super_block *sb = zfsvfs->z_sb; in atime_changed_cb()363 zfsvfs->z_sb->s_flags &= ~SB_POSIXACL; in acltype_changed_cb()368 zfsvfs->z_sb->s_flags |= SB_POSIXACL; in acltype_changed_cb()371 zfsvfs->z_sb->s_flags &= ~SB_POSIXACL; in acltype_changed_cb()394 struct super_block *sb = zfsvfs->z_sb; in readonly_changed_cb()424 struct super_block *sb = zfsvfs->z_sb; in nbmand_changed_cb()815 zfsvfs->z_sb = NULL; in zfsvfs_create_impl()1303 shrink_dcache_sb(zfsvfs->z_parent->z_sb); in zfsvfs_teardown()1453 zfsvfs->z_sb = sb; in zfs_domount()[all …]
489 ip = new_inode(zfsvfs->z_sb); in zfsctl_inode_alloc()559 ip = ilookup(zfsvfs->z_sb, (unsigned long)id); in zfsctl_inode_lookup()
519 ip = new_inode(zfsvfs->z_sb); in zfs_znode_alloc()
82 struct super_block *z_sb; /* generic super_block */ member