Searched refs:attr_name (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_attr.h | 62 char * attr_name; member
|
D | xfs_attr.c | 2402 .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.",
|
D | xfs_attr_leaf.c | 2402 strncpy(offset, namesp->attr_name, namesp->attr_namelen); in xfs_attr_put_listent()
|