Lines Matching defs:size

358  * @xattr_size: summarized size of all extended attributes in bytes
370 * @synced_i_size: synchronized size of inode, i.e. the value of inode size
373 * @ui_size: inode size used by UBIFS when writing to flash
399 * beyond last synchronized inode size. See 'ubifs_writepage()' for more
664 * @buf: write-buffer (of min. flash I/O unit size)
669 * @size: write-buffer size (in [@c->min_io_size, @c->max_write_size] range)
699 int size;
977 * @old_idx_sz: size of index on flash
1098 * @log_bytes: log size in bytes
1108 * @main_bytes: main area size in bytes
1117 * @min_io_size: minimal input/output unit size
1120 * time (MTD write buffer size)
1122 * @leb_size: logical eraseblock size in bytes
1125 * @half_leb_size: half LEB size
1141 * @calc_idx_sz: temporary variable which is used to calculate new index size
1142 * (contains accurate new index size at end of TNC commit start)
1144 * @ref_node_alsz: size of the LEB reference node aligned to the min. flash
1146 * @mst_node_alsz: master node aligned size
1149 * @max_inode_sz: maximum possible inode size in bytes
1150 * @max_znode_sz: size of znode in bytes
1153 * data nodes of maximum size - used in free space reporting
1184 * @sbuf: a buffer of LEB size used by GC and replay for scanning
1200 * @nnode_sz: size of on-flash nnode
1201 * @pnode_sz: size of on-flash pnode
1202 * @ltab_sz: size of on-flash LPT lprops table
1203 * @lsave_sz: size of on-flash LPT save table
1218 * @lpt_sz: LPT size
1220 * @lpt_buf: buffer of LEB size used by LPT
1244 * @rp_size: size of the reserved pool in bytes
1245 * @report_rp_size: size of the reserved pool reported to user-space
1271 * @size_tree: inode size information for recovery
1705 * ubifs_auth_node_sz - returns the size of an authentication node
1708 * This function returns the size of an authentication node which can
1709 * be 0 for unauthenticated filesystems or the real size of an auth node
2041 size_t size, int flags, bool check_lock);
2043 size_t size);
2047 ssize_t ubifs_listxattr(struct dentry *dentry, char *buffer, size_t size);