Home
last modified time | relevance | path

Searched refs:namesize (Results 1 – 4 of 4) sorted by relevance

/fs/xfs/scrub/
Dattr.c259 unsigned int namesize; in xchk_xattr_entry() local
279 namesize = xfs_attr_leaf_entsize_local(lentry->namelen, in xchk_xattr_entry()
281 name_end = (char *)lentry + namesize; in xchk_xattr_entry()
286 namesize = xfs_attr_leaf_entsize_remote(rentry->namelen); in xchk_xattr_entry()
287 name_end = (char *)rentry + namesize; in xchk_xattr_entry()
294 if (!xchk_xattr_set_map(ds->sc, usedmap, nameidx, namesize)) in xchk_xattr_entry()
297 *usedbytes += namesize; in xchk_xattr_entry()
/fs/jffs2/
Dmalloc.c113 struct jffs2_full_dirent *jffs2_alloc_full_dirent(int namesize) in jffs2_alloc_full_dirent() argument
116 ret = kmalloc(sizeof(struct jffs2_full_dirent) + namesize, GFP_KERNEL); in jffs2_alloc_full_dirent()
Dnodelist.h425 struct jffs2_full_dirent *jffs2_alloc_full_dirent(int namesize);
/fs/xfs/libxfs/
Dxfs_attr_leaf.c249 unsigned int namesize; in xfs_attr3_leaf_verify_entry() local
268 namesize = xfs_attr_leaf_entsize_local(lentry->namelen, in xfs_attr3_leaf_verify_entry()
270 name_end = (char *)lentry + namesize; in xfs_attr3_leaf_verify_entry()
275 namesize = xfs_attr_leaf_entsize_remote(rentry->namelen); in xfs_attr3_leaf_verify_entry()
276 name_end = (char *)rentry + namesize; in xfs_attr3_leaf_verify_entry()