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

/linux-master/fs/squashfs/
H A Dsquashfs_fs_i.h17 unsigned int xattr_size; member in struct:squashfs_inode_info
H A Dinode.c400 &squashfs_i(inode)->xattr_size,
404 inode->i_blocks += ((squashfs_i(inode)->xattr_size - 1) >> 9)
/linux-master/fs/jfs/
H A Dxattr.c662 int xattr_size; local
671 xattr_size = ea_get(inode, &ea_buf, 0);
672 if (xattr_size < 0) {
673 rc = xattr_size;
681 if (xattr_size) {
718 xattr_size = ea_get(inode, &ea_buf, new_size);
719 if (xattr_size < 0) {
720 rc = xattr_size;
732 xattr_size -= old_ea_size;
737 if (xattr_size
800 int xattr_size; local
860 int xattr_size; local
[all...]
/linux-master/fs/ubifs/
H A Dxattr.c139 host_ui->xattr_size += CALC_DENT_SIZE(fname_len(nm));
140 host_ui->xattr_size += CALC_XATTR_BYTES(size);
165 host_ui->xattr_size -= CALC_DENT_SIZE(fname_len(nm));
166 host_ui->xattr_size -= CALC_XATTR_BYTES(size);
219 host_ui->xattr_size -= CALC_XATTR_BYTES(old_size);
220 host_ui->xattr_size += CALC_XATTR_BYTES(size);
237 host_ui->xattr_size -= CALC_XATTR_BYTES(size);
238 host_ui->xattr_size += CALC_XATTR_BYTES(old_size);
361 ubifs_assert(c, ubifs_inode(host)->xattr_size > ui->data_len);
479 host_ui->xattr_size
[all...]
H A Dubifs-media.h499 * @xattr_size: summarized size of all extended attributes in bytes
533 __le32 xattr_size; member in struct:ubifs_ino_node
H A Ddebug.c249 pr_err("\txattr_size %u\n", ui->xattr_size);
464 pr_err("\txattr_size %u\n", le32_to_cpu(ino->xattr_size));
1868 fscki->xattr_sz = le32_to_cpu(ino->xattr_size);
1876 fscki->xattr_sz = ui->xattr_size;
H A Djournal.c597 ino->xattr_size = cpu_to_le32(ui->xattr_size);
H A Dsuper.c155 ui->xattr_size = le32_to_cpu(ino->xattr_size);
H A Dubifs.h358 * @xattr_size: summarized size of all extended attributes in bytes
367 * protects @dirty, @bulk_read, @ui_size, and @xattr_size
414 unsigned int xattr_size; member in struct:ubifs_inode
H A Ddir.c1686 size = ui->xattr_size;
/linux-master/fs/reiserfs/
H A Dxattr.h50 #define xattr_size(size) ((size) + sizeof(struct reiserfs_xattr_header)) macro
55 ret = _ROUND_UP(xattr_size(size), inode->i_sb->s_blocksize);
/linux-master/security/integrity/evm/
H A Devm_crypto.c229 size_t xattr_size = 0; local
273 &xattr_value, xattr_size, GFP_NOFS);
288 xattr_size = size;
289 crypto_shash_update(desc, (const u8 *)xattr_value, xattr_size);
293 dump_security_xattr(xattr->name, xattr_value, xattr_size);
/linux-master/fs/nfs/
H A Dnfs42xattr.c86 size_t xattr_size; member in struct:nfs4_xattr_entry
237 entry->xattr_size = len;
624 entry->xattr_name, (unsigned long)entry->xattr_size);
627 ret = entry->xattr_size;
628 } else if (buflen < entry->xattr_size)
631 memcpy(buf, entry->xattr_value, entry->xattr_size);
632 ret = entry->xattr_size;
665 ret = entry->xattr_size;
666 } else if (entry->xattr_size > buflen)
669 memcpy(buf, entry->xattr_value, entry->xattr_size);
[all...]
/linux-master/fs/overlayfs/
H A Dutil.c1395 int xattr_size, err; local
1403 xattr_size = ovl_check_metacopy_xattr(ofs, metapath, &metacopy_data);
1404 if (xattr_size < 0)
1405 return xattr_size;
1407 if (!xattr_size || !metacopy_data.digest_algo) {
/linux-master/fs/f2fs/
H A Dnamei.c228 int xattr_size = 0; local
293 xattr_size = F2FS_OPTION(sbi).inline_xattr_size;
297 xattr_size = DEFAULT_INLINE_XATTR_ADDRS;
299 F2FS_I(inode)->i_inline_xattr_size = xattr_size;
/linux-master/fs/
H A Dxattr.c376 const char *name, char **xattr_value, size_t xattr_size,
397 if (!value || (error > xattr_size)) {
375 vfs_getxattr_alloc(struct mnt_idmap *idmap, struct dentry *dentry, const char *name, char **xattr_value, size_t xattr_size, gfp_t flags) argument

Completed in 196 milliseconds