Searched refs:buf_end (Results 1 – 5 of 5) sorted by relevance
| /fs/ |
| A D | binfmt_script.c | 36 const char *i_name, *i_sep, *i_arg, *i_end, *buf_end; in load_script() local 58 buf_end = bprm->buf + sizeof(bprm->buf) - 1; in load_script() 61 i_end = next_non_spacetab(bprm->buf + 2, buf_end); in load_script() 68 if (!next_terminator(i_end, buf_end)) in load_script() 70 i_end = buf_end; in load_script()
|
| A D | namespace.c | 5439 char *buf_end, *opt_end, *src, *dst; in statmount_opt_process() local 5445 buf_end = seq->buf + seq->count; in statmount_opt_process() 5449 if (src >= buf_end) { in statmount_opt_process() 5454 *buf_end = '\0'; in statmount_opt_process() 5455 for (; src < buf_end; src = opt_end + 1) { in statmount_opt_process()
|
| /fs/xfs/scrub/ |
| A D | attr.c | 324 char *buf_end, in xchk_xattr_entry() argument 370 if (name_end > buf_end) in xchk_xattr_entry() 394 char *buf_end; in xchk_xattr_block() local 452 buf_end = (char *)bp->b_addr + mp->m_attr_geo->blksize; in xchk_xattr_block() 463 xchk_xattr_entry(ds, level, buf_end, leaf, &leafhdr, in xchk_xattr_block()
|
| A D | attr_repair.c | 284 const char *buf_end, in xrep_xattr_salvage_local_attr() argument 299 if ((char *)lentry + namesize > buf_end) in xrep_xattr_salvage_local_attr() 321 const char *buf_end, in xrep_xattr_salvage_remote_attr() argument 348 if ((char *)rentry + namesize > buf_end) in xrep_xattr_salvage_remote_attr() 401 char *buf_end; in xrep_xattr_recover_leaf() local 417 buf_end = (char *)bp->b_addr + mp->m_attr_geo->blksize; in xrep_xattr_recover_leaf() 437 buf_end, lentry); in xrep_xattr_recover_leaf() 441 buf_end, rentry, i, bp); in xrep_xattr_recover_leaf()
|
| /fs/xfs/libxfs/ |
| A D | xfs_attr_leaf.c | 241 char *buf_end, in xfs_attr3_leaf_verify_entry() argument 287 if (name_end > buf_end) in xfs_attr3_leaf_verify_entry() 319 char *buf_end; in xfs_attr3_leaf_verify() local 353 buf_end = (char *)bp->b_addr + mp->m_attr_geo->blksize; in xfs_attr3_leaf_verify() 355 fa = xfs_attr3_leaf_verify_entry(mp, buf_end, leaf, &ichdr, in xfs_attr3_leaf_verify()
|
Completed in 24 milliseconds