Lines Matching defs:name
98 * Retrieve an extended attribute by name, and its value if requested.
127 args->hashval = xfs_da_hashname(args->name, args->namelen);
129 /* Entirely possible to look up a name which doesn't exist */
410 args->hashval = xfs_da_hashname(args->name, args->namelen);
414 * to remove, so we have to allow the name lookup prior to attribute
535 * Add a name to the shortform attribute list structure
664 * Add a name to the leaf attribute list structure
684 * Commit the transaction that added the attr name so that
793 * Remove a name from the leaf attribute list structure
835 * Look up a name in a leaf attribute list structure.
882 * Search to see if name exists, and get back a pointer to it.
899 * Add a name to a Btree-format attribute list.
925 * Search to see if name already exists, and get back a pointer
1088 * Remove the name and update the hashvals in the tree.
1222 * Remove a name from a B-tree attribute list.
1255 * Remove the name and update the hashvals in the tree.
1415 * Search to see if name exists, and get back a pointer to it.
1441 /* Returns true if the attribute entry name is valid. */
1444 const void *name,
1448 * MAXNAMELEN includes the trailing null, but (name/length) leave it
1455 return !memchr(name, 0, length);