Lines Matching refs:namelen
341 size_t namelen; in afs_xattr_get_cell() local
343 namelen = cell->name_len; in afs_xattr_get_cell()
345 return namelen; in afs_xattr_get_cell()
346 if (namelen > size) in afs_xattr_get_cell()
348 memcpy(buffer, cell->name, namelen); in afs_xattr_get_cell()
349 return namelen; in afs_xattr_get_cell()
406 size_t namelen; in afs_xattr_get_volume() local
408 namelen = strlen(volname); in afs_xattr_get_volume()
410 return namelen; in afs_xattr_get_volume()
411 if (namelen > size) in afs_xattr_get_volume()
413 memcpy(buffer, volname, namelen); in afs_xattr_get_volume()
414 return namelen; in afs_xattr_get_volume()