Home
last modified time | relevance | path

Searched refs:attr_name (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_attr.h62 char * attr_name; member
Dxfs_attr.c2402 .attr_name = "posix_acl_access",
2411 .attr_name = "posix_acl_default",
2475 strcpy(p, prefix->attr_name); in attr_generic_listadd()
2477 strcpy(p, namesp->attr_name); in attr_generic_listadd()
2527 if (!strncmp(name, names[i]->attr_name, names[i]->attr_namelen)) in attr_lookup_namespace()
2621 .attr_name = "system.",
2631 .attr_name = "trusted.",
2641 .attr_name = "security.",
2651 .attr_name = "user.",
Dxfs_attr_leaf.c2402 strncpy(offset, namesp->attr_name, namesp->attr_namelen); in xfs_attr_put_listent()