Lines Matching defs:size
349 * @xattr_size: summarized size of all extended attributes in bytes
361 * @synced_i_size: synchronized size of inode, i.e. the value of inode size
364 * @ui_size: inode size used by UBIFS when writing to flash
390 * beyond last synchronized inode size. See 'ubifs_writepage()' for more
655 * @buf: write-buffer (of min. flash I/O unit size)
660 * @size: write-buffer size (in [@c->min_io_size, @c->max_write_size] range)
690 int size;
968 * @old_idx_sz: size of index on flash
1077 * @log_bytes: log size in bytes
1087 * @main_bytes: main area size in bytes
1096 * @min_io_size: minimal input/output unit size
1099 * time (MTD write buffer size)
1101 * @leb_size: logical eraseblock size in bytes
1104 * @half_leb_size: half LEB size
1120 * @calc_idx_sz: temporary variable which is used to calculate new index size
1121 * (contains accurate new index size at end of TNC commit start)
1123 * @ref_node_alsz: size of the LEB reference node aligned to the min. flash
1125 * @mst_node_alsz: master node aligned size
1128 * @max_inode_sz: maximum possible inode size in bytes
1129 * @max_znode_sz: size of znode in bytes
1132 * data nodes of maximum size - used in free space reporting
1163 * @sbuf: a buffer of LEB size used by GC and replay for scanning
1179 * @nnode_sz: size of on-flash nnode
1180 * @pnode_sz: size of on-flash pnode
1181 * @ltab_sz: size of on-flash LPT lprops table
1182 * @lsave_sz: size of on-flash LPT save table
1197 * @lpt_sz: LPT size
1199 * @lpt_buf: buffer of LEB size used by LPT
1223 * @rp_size: size of the reserved pool in bytes
1224 * @report_rp_size: size of the reserved pool reported to user-space
1250 * @size_tree: inode size information for recovery
1676 * ubifs_auth_node_sz - returns the size of an authentication node
1679 * This function returns the size of an authentication node which can
1680 * be 0 for unauthenticated filesystems or the real size of an auth node
2011 ssize_t ubifs_listxattr(struct dentry *dentry, char *buffer, size_t size);
2013 size_t size, int flags, bool check_lock);
2015 size_t size);