Searched refs:cachefiles_xattr_cache (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cachefiles/
H A Dxattr.c22 static const char cachefiles_xattr_cache[] = variable
46 ret = vfs_setxattr(dentry, cachefiles_xattr_cache, type, 2,
62 ret = vfs_getxattr(dentry, cachefiles_xattr_cache, xtype, 3);
120 ret = vfs_setxattr(dentry, cachefiles_xattr_cache,
149 ret = vfs_setxattr(dentry, cachefiles_xattr_cache,
184 ret = vfs_getxattr(dentry, cachefiles_xattr_cache,
240 ret = vfs_setxattr(dentry, cachefiles_xattr_cache,
279 ret = vfs_removexattr(dentry, cachefiles_xattr_cache);

Completed in 75 milliseconds