Searched defs:xattr_size (Results 1 - 6 of 6) sorted by relevance

/fs/squashfs/
H A Dsquashfs_fs_i.h30 unsigned int xattr_size; member in struct:squashfs_inode_info
/fs/reiserfs/
H A Dxattr.h52 #define xattr_size(size) ((size) + sizeof(struct reiserfs_xattr_header)) macro
57 ret = _ROUND_UP(xattr_size(size), inode->i_sb->s_blocksize);
/fs/jfs/
H A Dxattr.c704 int xattr_size; local
724 xattr_size = ea_get(inode, &ea_buf, 0);
725 if (xattr_size < 0) {
726 rc = xattr_size;
734 if (xattr_size) {
771 xattr_size = ea_get(inode, &ea_buf, new_size);
772 if (xattr_size < 0) {
773 rc = xattr_size;
785 xattr_size -= old_ea_size;
790 if (xattr_size
891 int xattr_size; local
982 int xattr_size; local
[all...]
/fs/
H A Dxattr.c182 size_t xattr_size, gfp_t flags)
199 if (!value || (error > xattr_size)) {
181 vfs_getxattr_alloc(struct dentry *dentry, const char *name, char **xattr_value, size_t xattr_size, gfp_t flags) argument
/fs/ubifs/
H A Dubifs-media.h474 * @xattr_size: summarized size of all extended attributes in bytes
508 __le32 xattr_size; member in struct:ubifs_ino_node
H A Dubifs.h349 * @xattr_size: summarized size of all extended attributes in bytes
358 * protects @dirty, @bulk_read, @ui_size, and @xattr_size
404 unsigned int xattr_size; member in struct:ubifs_inode

Completed in 214 milliseconds