Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_attr_leaf.h55 int xfs_attr_shortform_bytesfit(xfs_inode_t *dp, int bytes);
Dxfs_attr_leaf.c383 xfs_attr_shortform_bytesfit(xfs_inode_t *dp, int bytes) in xfs_attr_shortform_bytesfit() function
651 dp->i_d.di_forkoff = xfs_attr_shortform_bytesfit(dp, totsize); in xfs_attr_shortform_remove()
865 return xfs_attr_shortform_bytesfit(dp, bytes); in xfs_attr_shortform_allfit()
Dxfs_attr.c547 forkoff = xfs_attr_shortform_bytesfit(args->dp, newsize); in xfs_attr_shortform_addname()
Dxfs_bmap.c1161 ip->i_d.di_forkoff = xfs_attr_shortform_bytesfit(ip, size); in xfs_bmap_add_attrfork()