Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_attr.c115 else if (xfs_bmap_one_block(ip, XFS_ATTR_FORK)) in xfs_attr_get_ilocked()
306 if (xfs_bmap_one_block(dp, XFS_ATTR_FORK)) in xfs_attr_set_args()
328 } else if (xfs_bmap_one_block(dp, XFS_ATTR_FORK)) { in xfs_attr_remove_args()
1168 if (xfs_bmap_one_block(dp, XFS_ATTR_FORK)) { in xfs_attr_node_removename()
Dxfs_bmap.h197 int xfs_bmap_one_block(struct xfs_inode *ip, int whichfork);
Dxfs_bmap.c1494 xfs_bmap_one_block( in xfs_bmap_one_block() function
/fs/xfs/
Dxfs_attr_list.c506 else if (xfs_bmap_one_block(dp, XFS_ATTR_FORK)) in xfs_attr_list_int_ilocked()