Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/libxfs/
Dxfs_attr.c92 if (xfs_bmap_one_block(args->dp, XFS_ATTR_FORK)) in xfs_attr_get_ilocked()
296 if (xfs_bmap_one_block(dp, XFS_ATTR_FORK)) { in xfs_attr_set_args()
350 if (xfs_bmap_one_block(dp, XFS_ATTR_FORK)) { in xfs_has_attr()
377 } else if (xfs_bmap_one_block(dp, XFS_ATTR_FORK)) { in xfs_attr_remove_args()
1285 if (xfs_bmap_one_block(dp, XFS_ATTR_FORK)) in xfs_attr_node_removename()
Dxfs_bmap.h202 int xfs_bmap_one_block(struct xfs_inode *ip, int whichfork);
Dxfs_bmap.c1456 xfs_bmap_one_block( in xfs_bmap_one_block() function
/Linux-v5.10/fs/xfs/
Dxfs_attr_list.c517 if (xfs_bmap_one_block(dp, XFS_ATTR_FORK)) in xfs_attr_list_ilocked()