Searched refs:vfs_getxattr (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/fs/cachefiles/ |
D | xattr.c | 62 ret = vfs_getxattr(dentry, cachefiles_xattr_cache, xtype, 3); in cachefiles_check_object_type() 184 ret = vfs_getxattr(dentry, cachefiles_xattr_cache, in cachefiles_check_object_xattr()
|
/linux-2.6.39/include/linux/ |
D | xattr.h | 71 ssize_t vfs_getxattr(struct dentry *, const char *, void *, size_t);
|
/linux-2.6.39/fs/ |
D | xattr.c | 163 vfs_getxattr(struct dentry *dentry, const char *name, void *value, size_t size) in vfs_getxattr() function 196 EXPORT_SYMBOL_GPL(vfs_getxattr); 363 error = vfs_getxattr(d, kname, kvalue, size); in getxattr()
|
/linux-2.6.39/fs/nfsd/ |
D | vfs.c | 454 buflen = vfs_getxattr(dentry, key, NULL, 0); in nfsd_getxattr() 462 ret = vfs_getxattr(dentry, key, *buf, buflen); in nfsd_getxattr()
|