Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/zfs/sys/
HDzfs_znode_impl.h97 #define zhold(zp) VERIFY3P(igrab(ZTOI((zp))), !=, NULL)
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
HDzfs_ctldir.c627 VERIFY3P(igrab(ZTOZSB(zp)->z_ctldir), !=, NULL); in zfsctl_root()
658 dentry = d_obtain_alias(igrab(ip)); in zfsctl_snapdir_fid()
1223 dentry = d_obtain_alias(igrab(*ipp)); in zfsctl_snapdir_vget()
HDzfs_vfsops.c1211 if (igrab(ZTOI(zp)) == NULL) in zfs_prune_aliases()
1402 if (igrab(ZTOI(zp)) != NULL) in zfsvfs_teardown()
1752 VERIFY3P(igrab(*ipp), !=, NULL); in zfs_vget()
HDzpl_inode.c735 VERIFY3P(igrab(ip), !=, NULL); in zpl_link()
HDzfs_znode.c1133 if (igrab(ZTOI(zp)) == NULL) { in zfs_zget()
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
HDfs.h276 igrab(struct inode *inode) in igrab() function