Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_attr.h84 extern attrnames_t *attr_lookup_namespace(char *, attrnames_t **, int);
Dxfs_attr.c2519 attr_lookup_namespace( in attr_lookup_namespace() function
2587 namesp = attr_lookup_namespace(name, attr_system_names, ATTR_SYSCOUNT); in attr_system_set()
2602 namesp = attr_lookup_namespace(name, attr_system_names, ATTR_SYSCOUNT); in attr_system_get()
2614 namesp = attr_lookup_namespace(name, attr_system_names, ATTR_SYSCOUNT); in attr_system_remove()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_iops.c560 namesp = attr_lookup_namespace(attr, attr_namespaces, ATTR_NAMECOUNT); in linvfs_setxattr()
590 namesp = attr_lookup_namespace(attr, attr_namespaces, ATTR_NAMECOUNT); in linvfs_getxattr()
638 namesp = attr_lookup_namespace(attr, attr_namespaces, ATTR_NAMECOUNT); in linvfs_removexattr()