Home
last modified time | relevance | path

Searched refs:iop_unlock (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_extfree_item.c255 .iop_unlock = (void(*)(xfs_log_item_t*))xfs_efi_item_unlock,
546 .iop_unlock = (void(*)(xfs_log_item_t*))xfs_efd_item_unlock,
Dxfs_trans.h149 void (*iop_unlock)(xfs_log_item_t *); member
163 #define IOP_UNLOCK(ip) (*(ip)->li_ops->iop_unlock)(ip)
Dxfs_inode_item.c916 .iop_unlock = (void(*)(xfs_log_item_t*))xfs_inode_item_unlock,
Dxfs_buf_item.c693 .iop_unlock = (void(*)(xfs_log_item_t*))xfs_buf_item_unlock,