Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_attr_leaf.h58 void xfs_attr_fork_remove(struct xfs_inode *ip, struct xfs_trans *tp);
H A Dxfs_attr_leaf.c828 xfs_attr_fork_remove( in xfs_attr_fork_remove() function
886 xfs_attr_fork_remove(dp, args->trans); in xfs_attr_sf_removename()
1153 xfs_attr_fork_remove(dp, args->trans); in xfs_attr3_leaf_to_shortform()
/linux/fs/xfs/
H A Dxfs_attr_inactive.c376 xfs_attr_fork_remove(dp, trans); in xfs_attr_inactive()
/linux/fs/xfs/scrub/
H A Dattr_repair.c997 xfs_attr_fork_remove(ip, sc->tp); in xrep_xattr_fork_remove()