Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_attr_leaf.h50 void xfs_attr_shortform_add(struct xfs_da_args *args, int forkoff);
66 struct xfs_da_args *args, int forkoff);
H A Dxfs_attr_leaf.c890 int forkoff) in xfs_attr_shortform_add() argument
901 dp->i_forkoff = forkoff; in xfs_attr_shortform_add()
1212 int forkoff) in xfs_attr3_leaf_to_shortform() argument
1243 if (forkoff == -1) { in xfs_attr3_leaf_to_shortform()
1284 xfs_attr_shortform_add(&nargs, forkoff); in xfs_attr3_leaf_to_shortform()
/linux/fs/xfs/scrub/
H A Dattr_repair.c1356 int forkoff; in xrep_xattr_swap() local
1360 forkoff = xfs_attr_shortform_bytesfit(sc->ip, newsize); in xrep_xattr_swap()
1361 if (forkoff > 0) { in xrep_xattr_swap()
1362 sc->ip->i_forkoff = forkoff; in xrep_xattr_swap()
H A Dtrace.h2444 __field(uint8_t, forkoff)
2464 __entry->forkoff = dip->di_forkoff;
2484 __entry->forkoff,