Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_attr_leaf.h55 int xfs_attr_shortform_bytesfit(xfs_inode_t *dp, int bytes);
Dxfs_attr_leaf.c379 xfs_attr_shortform_bytesfit(xfs_inode_t *dp, int bytes) in xfs_attr_shortform_bytesfit() function
647 dp->i_d.di_forkoff = xfs_attr_shortform_bytesfit(dp, totsize); in xfs_attr_shortform_remove()
861 return xfs_attr_shortform_bytesfit(dp, bytes); in xfs_attr_shortform_allfit()
Dxfs_attr.c550 forkoff = xfs_attr_shortform_bytesfit(args->dp, newsize); in xfs_attr_shortform_addname()
Dxfs_bmap.c1162 ip->i_d.di_forkoff = xfs_attr_shortform_bytesfit(ip, size); in xfs_bmap_add_attrfork()