Home
last modified time | relevance | path

Searched refs:buf_end (Results 1 – 2 of 2) sorted by relevance

/fs/
Dbinfmt_script.c37 char *cp, *buf_end; in load_script() local
73 buf_end = bprm->buf + sizeof(bprm->buf) - 1; in load_script()
76 cp = next_non_spacetab(bprm->buf + 2, buf_end); in load_script()
83 if (!next_terminator(cp, buf_end)) in load_script()
85 cp = buf_end; in load_script()
/fs/xfs/scrub/
Dattr.c245 char *buf_end, in xchk_xattr_entry() argument
291 if (name_end > buf_end) in xchk_xattr_entry()
315 char *buf_end; in xchk_xattr_block() local
369 buf_end = (char *)bp->b_addr + mp->m_attr_geo->blksize; in xchk_xattr_block()
380 xchk_xattr_entry(ds, level, buf_end, leaf, &leafhdr, in xchk_xattr_block()