Searched refs:zfs_inactive (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_vnops_os.h67 extern void zfs_inactive(struct inode *ip);
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_super.c90 * any remaining inode specific data via zfs_inactive().
101 zfs_inactive(ip);
H A Dzfs_vnops_os.c3705 zfs_inactive(struct inode *ip) function
4005 EXPORT_SYMBOL(zfs_inactive); variable
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c3901 zfs_inactive(vnode_t *vp, cred_t *cr, caller_context_t *ct) function
5126 zfs_inactive(vp, curthread->td_ucred, NULL);
5128 zfs_inactive(vp, ap->a_td->td_ucred, NULL);

Completed in 65 milliseconds