Searched refs:xattr_virt (Results 1 – 1 of 1) sorted by relevance
406 void *xattr_virt; in ecryptfs_write_inode_size_to_xattr() local418 xattr_virt = kmem_cache_alloc(ecryptfs_xattr_cache, GFP_KERNEL); in ecryptfs_write_inode_size_to_xattr()419 if (!xattr_virt) { in ecryptfs_write_inode_size_to_xattr()425 xattr_virt, PAGE_SIZE, XATTR_NOSECURITY); in ecryptfs_write_inode_size_to_xattr()428 put_unaligned_be64(i_size_read(ecryptfs_inode), xattr_virt); in ecryptfs_write_inode_size_to_xattr()430 xattr_virt, size, 0); in ecryptfs_write_inode_size_to_xattr()435 kmem_cache_free(ecryptfs_xattr_cache, xattr_virt); in ecryptfs_write_inode_size_to_xattr()