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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/squashfs/
H A Dsquashfs_fs_i.h30 unsigned int xattr_size; member in struct:squashfs_inode_info
H A Dinode.c404 &squashfs_i(inode)->xattr_size,
408 inode->i_blocks += ((squashfs_i(inode)->xattr_size - 1) >> 9)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Dxattr.c775 int xattr_size; local
795 xattr_size = ea_get(inode, &ea_buf, 0);
796 if (xattr_size < 0) {
797 rc = xattr_size;
805 if (xattr_size) {
842 xattr_size = ea_get(inode, &ea_buf, new_size);
843 if (xattr_size < 0) {
844 rc = xattr_size;
856 xattr_size -= old_ea_size;
861 if (xattr_size
941 int xattr_size; local
1024 int xattr_size; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dxattr.c65 * (@xattr_size) is guaranteeded to fit in an 'unsigned int'.
153 host_ui->xattr_size += CALC_DENT_SIZE(nm->len);
154 host_ui->xattr_size += CALC_XATTR_BYTES(size);
169 host_ui->xattr_size -= CALC_DENT_SIZE(nm->len);
170 host_ui->xattr_size -= CALC_XATTR_BYTES(size);
218 host_ui->xattr_size -= CALC_XATTR_BYTES(ui->data_len);
219 host_ui->xattr_size += CALC_XATTR_BYTES(size);
236 host_ui->xattr_size -= CALC_XATTR_BYTES(size);
237 host_ui->xattr_size += CALC_XATTR_BYTES(ui->data_len);
399 ubifs_assert(ubifs_inode(host)->xattr_size > u
[all...]
H A Dubifs-media.h472 * @xattr_size: summarized size of all extended attributes in bytes
506 __le32 xattr_size; member in struct:ubifs_ino_node
H A Djournal.c477 ino->xattr_size = cpu_to_le32(ui->xattr_size);
H A Ddebug.c262 printk(KERN_DEBUG "\txattr_size %u\n", ui->xattr_size);
464 le32_to_cpu(ino->xattr_size));
1781 fscki->xattr_sz = le32_to_cpu(ino->xattr_size);
H A Dsuper.c149 ui->xattr_size = le32_to_cpu(ino->xattr_size);
H A Ddir.c1180 size = ui->xattr_size;
H A Dubifs.h336 * @xattr_size: summarized size of all extended attributes in bytes
345 * protects @dirty, @bulk_read, @ui_size, and @xattr_size
391 unsigned int xattr_size; member in struct:ubifs_inode
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dreiserfs_xattr.h78 #define xattr_size(size) ((size) + sizeof(struct reiserfs_xattr_header)) macro
83 ret = _ROUND_UP(xattr_size(size), inode->i_sb->s_blocksize);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dxattr.c60 static unsigned int xattr_size = 0; variable
264 if((xattr_size - xattr_bytes) <
266 xattr_table = realloc(xattr_table, xattr_size +
271 xattr_size += (SQUASHFS_METADATA_SIZE << 1) + 2;
454 if((xattr_size - xattr_bytes) <
456 xattr_table = realloc(xattr_table, xattr_size +
461 xattr_size += (SQUASHFS_METADATA_SIZE << 1) + 2;

Completed in 106 milliseconds