Home
last modified time | relevance | path

Searched refs:ITOZSB (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_ctldir.c699 zfsvfs_t *zfsvfs = ITOZSB(ip); in zfsctl_fid()
808 zfsvfs_t *zfsvfs = ITOZSB(dip); in zfsctl_root_lookup()
844 zfsvfs_t *zfsvfs = ITOZSB(dip); in zfsctl_snapdir_lookup()
876 zfsvfs_t *zfsvfs = ITOZSB(sdip); in zfsctl_snapdir_rename()
903 error = zfsctl_snapshot_name(ITOZSB(sdip), snm, in zfsctl_snapdir_rename()
906 error = zfsctl_snapshot_name(ITOZSB(tdip), tnm, in zfsctl_snapdir_rename()
955 zfsvfs_t *zfsvfs = ITOZSB(dip); in zfsctl_snapdir_remove()
978 error = zfsctl_snapshot_name(ITOZSB(dip), name, in zfsctl_snapdir_remove()
1005 zfsvfs_t *zfsvfs = ITOZSB(dip); in zfsctl_snapdir_mkdir()
1176 zfsvfs = ITOZSB(ip); in zfsctl_snapshot_mount()
[all …]
H A Dzpl_xattr.c159 zap_cursor_init(&zc, ITOZSB(dxip)->z_os, ITOZ(dxip)->z_id); in zpl_xattr_readdir()
707 return (ITOZSB(ip)->z_flags & ZSB_XATTR); in __zpl_xattr_user_list()
719 if (!(ITOZSB(ip)->z_flags & ZSB_XATTR)) in __zpl_xattr_user_get()
748 if (!(ITOZSB(ip)->z_flags & ZSB_XATTR)) in __zpl_xattr_user_set()
1124 if (ITOZSB(ip)->z_acl_type != ZFS_ACLTYPE_POSIX) in zpl_init_acl()
1171 if (ITOZSB(ip)->z_acl_type != ZFS_ACLTYPE_POSIX) in zpl_chmod_acl()
1197 if (ITOZSB(ip)->z_acl_type != ZFS_ACLTYPE_POSIX) in __zpl_xattr_acl_list_access()
1214 if (ITOZSB(ip)->z_acl_type != ZFS_ACLTYPE_POSIX) in __zpl_xattr_acl_list_default()
1232 if (ITOZSB(ip)->z_acl_type != ZFS_ACLTYPE_POSIX) in __zpl_xattr_acl_get_access()
1256 if (ITOZSB(ip)->z_acl_type != ZFS_ACLTYPE_POSIX) in __zpl_xattr_acl_get_default()
[all …]
H A Dzpl_ctldir.c57 zfsvfs_t *zfsvfs = ITOZSB(file_inode(filp)); in zpl_root_iterate()
248 zfsvfs_t *zfsvfs = ITOZSB(file_inode(filp)); in zpl_snapdir_iterate()
400 zfsvfs_t *zfsvfs = ITOZSB(ip); in zpl_snapdir_getattr_impl()
506 zfsvfs_t *zfsvfs = ITOZSB(file_inode(filp)); in zpl_shares_iterate()
552 zfsvfs_t *zfsvfs = ITOZSB(ip); in zpl_shares_getattr_impl()
H A Dzpl_file.c116 zfsvfs_t *zfsvfs = ITOZSB(inode); in zpl_fsync()
211 if (!IS_NOATIME(ip) && ITOZSB(ip)->z_relatime) { in zpl_file_accessed()
517 zfsvfs_t *zfsvfs = ITOZSB(mapping->host); in zpl_writepages()
567 if (ITOZSB(pp->mapping->host)->z_os->os_sync == ZFS_SYNC_ALWAYS) in zpl_writepage()
681 zfsvfs_t *zfsvfs = ITOZSB(ip); in zpl_fadvise()
H A Dzfs_vnops_os.c183 zfsvfs_t *zfsvfs = ITOZSB(ip); in zfs_open()
215 zfsvfs_t *zfsvfs = ITOZSB(ip); in zfs_close()
400 objset_t *os = ITOZSB(ip)->z_os; in zfs_zrele_async()
854 zfsvfs_t *zfsvfs = ITOZSB(dip); in zfs_tmpfile()
1554 zfsvfs_t *zfsvfs = ITOZSB(ip); in zfs_readdir()
1710 zfsvfs_t *zfsvfs = ITOZSB(ip); in zfs_getattr_fast()
3457 zfsvfs_t *zfsvfs = ITOZSB(ip); in zfs_readlink()
3715 zfsvfs_t *zfsvfs = ITOZSB(ip); in zfs_putpage()
3937 zfsvfs_t *zfsvfs = ITOZSB(ip); in zfs_dirty_inode()
4008 zfsvfs_t *zfsvfs = ITOZSB(ip); in zfs_inactive()
[all …]
H A Dzpl_file_range.c60 dmu_objset_spa(ITOZSB(dst_i)->z_os), SPA_FEATURE_BLOCK_CLONING)) in zpl_clone_file_range_impl()
H A Dzfs_vfsops.c1105 zfsvfs_t *zfsvfs = ITOZSB(ip); in zfs_statvfs()
H A Dzfs_znode_os.c629 zfsvfs_t *zfsvfs = ITOZSB(ip); in zfs_mark_inode_dirty()
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_znode_impl.h60 #define ITOZSB(inode) ((zfsvfs_t *)((inode)->i_sb->s_fs_info)) macro
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_znode_impl.h109 #define ITOZSB(vp) (VTOZ(vp)->z_zfsvfs) macro
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c554 objset_t *os = ITOZSB(vp)->z_os; in zfs_zrele_async()