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

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_attr_leaf.h228 void xfs_attr_shortform_add(struct xfs_da_args *args, int forkoff);
242 struct xfs_da_args *args, int forkoff);
H A Dxfs_attr.c789 int newsize, forkoff, retval; local
808 forkoff = xfs_attr_shortform_bytesfit(args->dp, newsize);
809 if (!forkoff)
812 xfs_attr_shortform_add(args, forkoff);
832 int retval, error, committed, forkoff; local
975 if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) {
977 error = xfs_attr_leaf_to_shortform(bp, args, forkoff);
1029 int error, committed, forkoff; local
1054 if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) {
1056 error = xfs_attr_leaf_to_shortform(bp, args, forkoff);
1426 int retval, error, committed, forkoff; local
[all...]
H A Dxfs_attr_leaf.c116 int minforkoff; /* lower limit on valid forkoff locations */
117 int maxforkoff; /* upper limit on valid forkoff locations */
206 xfs_attr_shortform_add(xfs_da_args_t *args, int forkoff) argument
217 dp->i_d.di_forkoff = forkoff;
743 xfs_attr_leaf_to_shortform(xfs_dabuf_t *bp, xfs_da_args_t *args, int forkoff) argument
770 if (forkoff == -1) {
817 xfs_attr_shortform_add(&nargs, forkoff);

Completed in 57 milliseconds