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

/linux-master/fs/xfs/libxfs/
H A Dxfs_attr_leaf.h49 void xfs_attr_shortform_add(struct xfs_da_args *args, int forkoff);
65 struct xfs_da_args *args, int forkoff);
H A Dxfs_attr.c647 int forkoff; local
657 forkoff = xfs_attr_shortform_allfit(bp, dp);
658 if (forkoff)
659 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff);
676 int forkoff; local
686 forkoff = xfs_attr_shortform_allfit(bp, dp);
687 if (forkoff) {
688 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff);
1069 int newsize, forkoff; local
1100 forkoff
1228 int error, forkoff; local
[all...]
H A Dxfs_attr_leaf.c598 * For attr2 we can try to move the forkoff if there is space in the
622 * If we have a data btree then keep forkoff if we have one,
729 int forkoff)
740 dp->i_forkoff = forkoff;
1048 int forkoff)
1082 if (forkoff == -1) {
1123 xfs_attr_shortform_add(&nargs, forkoff);
727 xfs_attr_shortform_add( struct xfs_da_args *args, int forkoff) argument
1045 xfs_attr3_leaf_to_shortform( struct xfs_buf *bp, struct xfs_da_args *args, int forkoff) argument
/linux-master/fs/xfs/scrub/
H A Dtrace.h1919 __field(uint8_t, forkoff)
1939 __entry->forkoff = dip->di_forkoff;
1946 TP_printk("dev %d:%d ino 0x%llx mode 0x%x version %u format %u uid %u gid %u disize 0x%llx nblocks 0x%llx extsize %u nextents %u anextents %u forkoff 0x%x aformat %u flags 0x%x gen 0x%x flags2 0x%llx cowextsize %u",
1959 __entry->forkoff,

Completed in 137 milliseconds