Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_attr.h181 int xfs_attr_set(bhv_desc_t *, char *, char *, int, int, struct cred *);
Dxfs_attr.c198 xfs_attr_set(bhv_desc_t *bdp, char *name, char *value, int valuelen, int flags, in xfs_attr_set() function
Dxfs_vnodeops.c4702 .vop_attr_set = xfs_attr_set,