Searched refs:forkoff (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_attr.c | 748 int forkoff; in xfs_attr_leaf_remove_attr() local 758 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_leaf_remove_attr() 759 if (forkoff) in xfs_attr_leaf_remove_attr() 760 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_remove_attr() 777 int forkoff; in xfs_attr_leaf_shrink() local 787 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_leaf_shrink() 788 if (forkoff) { in xfs_attr_leaf_shrink() 789 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_shrink() 1275 int newsize, forkoff; in xfs_attr_shortform_addname() local 1306 forkoff = xfs_attr_shortform_bytesfit(args->dp, newsize); in xfs_attr_shortform_addname() [all …]
|
| H A D | xfs_attr_leaf.h | 50 void xfs_attr_shortform_add(struct xfs_da_args *args, int forkoff); 66 struct xfs_da_args *args, int forkoff);
|
| H A D | xfs_exchmaps.c | 435 int forkoff; in xfs_exchmaps_attr_to_sf() local 446 forkoff = xfs_attr_shortform_allfit(bp, xmi->xmi_ip2); in xfs_exchmaps_attr_to_sf() 447 if (forkoff == 0) in xfs_exchmaps_attr_to_sf() 450 return xfs_attr3_leaf_to_shortform(bp, &args, forkoff); in xfs_exchmaps_attr_to_sf()
|
| H A D | xfs_attr_leaf.c | 890 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 D | attr_repair.c | 1356 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 D | trace.h | 2444 __field(uint8_t, forkoff) 2464 __entry->forkoff = dip->di_forkoff; 2484 __entry->forkoff,
|