Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_attr.c117 else if (xfs_bmap_one_block(ip, XFS_ATTR_FORK)) in xfs_attr_get_ilocked()
339 if (xfs_bmap_one_block(dp, XFS_ATTR_FORK)) in xfs_attr_set()
431 } else if (xfs_bmap_one_block(dp, XFS_ATTR_FORK)) { in xfs_attr_remove()
1116 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.c1481 xfs_bmap_one_block( in xfs_bmap_one_block() function
/Linux-v4.19/fs/xfs/
Dxfs_attr_list.c511 else if (xfs_bmap_one_block(dp, XFS_ATTR_FORK)) in xfs_attr_list_int_ilocked()