Searched refs:vfs_getxattr (Results 1 – 6 of 6) sorted by relevance
/fs/cachefiles/ |
D | xattr.c | 57 ret = vfs_getxattr(dentry, cachefiles_xattr_cache, xtype, 3); in cachefiles_check_object_type() 174 xlen = vfs_getxattr(dentry, cachefiles_xattr_cache, in cachefiles_check_auxdata() 216 ret = vfs_getxattr(dentry, cachefiles_xattr_cache, in cachefiles_check_object_xattr()
|
/fs/ |
D | xattr.c | 340 vfs_getxattr(struct dentry *dentry, const char *name, void *value, size_t size) in vfs_getxattr() function 344 EXPORT_SYMBOL_GPL(vfs_getxattr); 538 error = vfs_getxattr(d, kname, kvalue, size); in getxattr()
|
/fs/overlayfs/ |
D | inode.c | 340 err = vfs_getxattr(realdentry, name, NULL, 0); in ovl_xattr_set() 680 err = vfs_getxattr(upperdentry, OVL_XATTR_NLINK, &buf, sizeof(buf) - 1); in ovl_get_nlink()
|
D | copy_up.c | 80 size = vfs_getxattr(old, name, value, value_size); in ovl_copy_xattr() 82 size = vfs_getxattr(old, name, NULL, 0); in ovl_copy_xattr()
|
/fs/incfs/ |
D | vfs.c | 315 bytes_read = vfs_getxattr(backing_dentry, INCFS_XATTR_SIZE_NAME, in read_size_attr() 1578 uuid_size = vfs_getxattr(backing_dentry, INCFS_XATTR_ID_NAME, in final_file_delete() 2023 return vfs_getxattr(di->backing_path.dentry, name, value, size); in incfs_getxattr()
|
/fs/nfsd/ |
D | vfs.c | 496 if (vfs_getxattr(dentry, NFSD_JUNCTION_XATTR_NAME, NULL, 0) <= 0) in nfsd4_is_junction()
|