Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_znode_impl.h87 #define zhold(zp) VERIFY3P(igrab(ZTOI((zp))), !=, NULL)
/src/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()
1412 dentry = d_obtain_alias(igrab(*ipp)); in zfsctl_snapdir_vget()
H A Dzfs_vfsops.c1246 if (igrab(ZTOI(zp)) == NULL) in zfs_prune_aliases()
1432 if (igrab(ZTOI(zp)) != NULL) in zfsvfs_teardown()
1813 VERIFY3P(igrab(*ipp), !=, NULL); in zfs_vget()
H A Dzpl_inode.c823 VERIFY3P(igrab(ip), !=, NULL); in zpl_link()
H A Dzfs_znode_os.c1116 if (igrab(ZTOI(zp)) == NULL) { in zfs_zget()
/src/sys/compat/linuxkpi/common/include/linux/
H A Dfs.h286 igrab(struct inode *inode) in igrab() function