Home
last modified time | relevance | path

Searched refs:xfs_attr3_rmt_blocks (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_attr_remote.h21 int xfs_attr3_rmt_blocks(struct xfs_mount *mp, int attrlen);
Dxfs_attr_remote.c51 xfs_attr3_rmt_blocks( in xfs_attr3_rmt_blocks() function
437 blkcnt = xfs_attr3_rmt_blocks(mp, args->rmtvaluelen); in xfs_attr_rmtval_set()
Dxfs_attr_leaf.c1305 args->rmtblkcnt = xfs_attr3_rmt_blocks(mp, args->valuelen); in xfs_attr3_leaf_add_work()
2243 args->rmtblkcnt = xfs_attr3_rmt_blocks( in xfs_attr3_leaf_lookup_int()
2296 args->rmtblkcnt = xfs_attr3_rmt_blocks(args->dp->i_mount, in xfs_attr3_leaf_getvalue()
Dxfs_attr.c186 uint dblocks = xfs_attr3_rmt_blocks(mp, args->valuelen); in xfs_attr_calc_size()
/linux-4.1.27/fs/xfs/
Dxfs_attr_inactive.c179 lp->valuelen = xfs_attr3_rmt_blocks(dp->i_mount, in xfs_attr3_leaf_inactive()
Dxfs_attr_list.c456 args.rmtblkcnt = xfs_attr3_rmt_blocks( in xfs_attr3_leaf_list_int()