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.c695 zfsvfs_t *zfsvfs = ITOZSB(ip); in zfsctl_fid()
804 zfsvfs_t *zfsvfs = ITOZSB(dip); in zfsctl_root_lookup()
840 zfsvfs_t *zfsvfs = ITOZSB(dip); in zfsctl_snapdir_lookup()
872 zfsvfs_t *zfsvfs = ITOZSB(sdip); in zfsctl_snapdir_rename()
899 error = zfsctl_snapshot_name(ITOZSB(sdip), snm, in zfsctl_snapdir_rename()
902 error = zfsctl_snapshot_name(ITOZSB(tdip), tnm, in zfsctl_snapdir_rename()
951 zfsvfs_t *zfsvfs = ITOZSB(dip); in zfsctl_snapdir_remove()
974 error = zfsctl_snapshot_name(ITOZSB(dip), name, in zfsctl_snapdir_remove()
1001 zfsvfs_t *zfsvfs = ITOZSB(dip); in zfsctl_snapdir_mkdir()
1193 zfsvfs = ITOZSB(ip); in zfsctl_snapshot_mount()
[all …]
H A Dzpl_xattr.c160 zap_cursor_init(&zc, ITOZSB(dxip)->z_os, ITOZ(dxip)->z_id); in zpl_xattr_readdir()
726 return (ITOZSB(ip)->z_flags & ZSB_XATTR); in __zpl_xattr_user_list()
738 if (!(ITOZSB(ip)->z_flags & ZSB_XATTR)) in __zpl_xattr_user_get()
771 if (!(ITOZSB(ip)->z_flags & ZSB_XATTR)) in __zpl_xattr_user_set()
1145 if (ITOZSB(ip)->z_acl_type != ZFS_ACLTYPE_POSIX) in zpl_init_acl()
1192 if (ITOZSB(ip)->z_acl_type != ZFS_ACLTYPE_POSIX) in zpl_chmod_acl()
1218 if (ITOZSB(ip)->z_acl_type != ZFS_ACLTYPE_POSIX) in __zpl_xattr_acl_list_access()
1235 if (ITOZSB(ip)->z_acl_type != ZFS_ACLTYPE_POSIX) in __zpl_xattr_acl_list_default()
1253 if (ITOZSB(ip)->z_acl_type != ZFS_ACLTYPE_POSIX) in __zpl_xattr_acl_get_access()
1277 if (ITOZSB(ip)->z_acl_type != ZFS_ACLTYPE_POSIX) in __zpl_xattr_acl_get_default()
[all …]
H A Dzpl_ctldir.c58 zfsvfs_t *zfsvfs = ITOZSB(file_inode(filp)); in zpl_root_iterate()
291 zfsvfs_t *zfsvfs = ITOZSB(file_inode(filp)); in zpl_snapdir_iterate()
452 zfsvfs_t *zfsvfs = ITOZSB(ip); in zpl_snapdir_getattr_impl()
558 zfsvfs_t *zfsvfs = ITOZSB(file_inode(filp)); in zpl_shares_iterate()
604 zfsvfs_t *zfsvfs = ITOZSB(ip); in zpl_shares_getattr_impl()
H A Dzpl_file.c206 if (!IS_NOATIME(ip) && ITOZSB(ip)->z_relatime) { in zpl_file_accessed()
584 zfsvfs_t *zfsvfs = ITOZSB(mapping->host); in zpl_writepages()
654 if (ITOZSB(pp->mapping->host)->z_os->os_sync == ZFS_SYNC_ALWAYS) in zpl_writepage()
677 zfsvfs_t *zfsvfs = ITOZSB(ip); in zpl_fallocate_common()
777 zfsvfs_t *zfsvfs = ITOZSB(ip); in zpl_fadvise()
H A Dzfs_vnops_os.c186 zfsvfs_t *zfsvfs = ITOZSB(ip); in zfs_open()
219 zfsvfs_t *zfsvfs = ITOZSB(ip); in zfs_close()
404 objset_t *os = ITOZSB(ip)->z_os; in zfs_zrele_async()
858 zfsvfs_t *zfsvfs = ITOZSB(dip); in zfs_tmpfile()
1563 zfsvfs_t *zfsvfs = ITOZSB(ip); in zfs_readdir()
1719 zfsvfs_t *zfsvfs = ITOZSB(ip); in zfs_getattr_fast()
3480 zfsvfs_t *zfsvfs = ITOZSB(ip); in zfs_readlink()
3766 zfsvfs_t *zfsvfs = ITOZSB(ip); in zfs_putpage()
4009 zfsvfs_t *zfsvfs = ITOZSB(ip); in zfs_dirty_inode()
4080 zfsvfs_t *zfsvfs = ITOZSB(ip); in zfs_inactive()
[all …]
H A Dzpl_file_range.c61 dmu_objset_spa(ITOZSB(dst_i)->z_os), SPA_FEATURE_BLOCK_CLONING)) in zpl_clone_file_range_impl()
H A Dzfs_vfsops.c957 zfsvfs_t *zfsvfs = ITOZSB(ip); in zfs_statvfs()
H A Dzfs_znode_os.c637 zfsvfs_t *zfsvfs = ITOZSB(ip); in zfs_mark_inode_dirty()
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_znode_impl.h61 #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.h114 #define ITOZSB(vp) (VTOZ(vp)->z_zfsvfs) macro
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c652 objset_t *os = ITOZSB(vp)->z_os; in zfs_zrele_async()