Home
last modified time | relevance | path

Searched refs:igrab (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_znode_impl.h77 #define zhold(zp) VERIFY3P(igrab(ZTOI((zp))), !=, NULL)
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_ctldir.c650 VERIFY3P(igrab(ZTOZSB(zp)->z_ctldir), !=, NULL); in zfsctl_root()
681 dentry = d_obtain_alias(igrab(ip)); in zfsctl_snapdir_fid()
1608 dentry = d_obtain_alias(igrab(*ipp)); in zfsctl_snapdir_vget()
H A Dzfs_vfsops.c1094 if (igrab(ZTOI(zp)) == NULL) in zfs_prune_aliases()
1280 if (igrab(ZTOI(zp)) != NULL) in zfsvfs_teardown()
1648 VERIFY3P(igrab(*ipp), !=, NULL); in zfs_vget()
1722 if (igrab(ZTOI(zp)) != NULL) in zfs_resume_hold_next_znode()
H A Dzpl_inode.c702 VERIFY3P(igrab(ip), !=, NULL); in zpl_link()
H A Dzfs_znode_os.c1132 if (igrab(ZTOI(zp)) == NULL) { in zfs_zget()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dfs.h298 igrab(struct inode *inode) in igrab() function