Lines Matching defs:data

489  * The del_gendisk() function uninitializes the disk-specific data
540 void *data)
542 transaction_t *transaction = (transaction_t *) data;
1589 static ssize_t ext4_quota_read(struct super_block *sb, int type, char *data,
1592 const char *data, size_t len, loff_t off);
1760 fsparam_enum ("data", Opt_data, ext4_param_data),
2805 "so ignoring journalled data option");
2809 ext4_msg(NULL, KERN_ERR, "Cannot change data mode "
2819 "both data=journal and dax");
3023 SEQ_OPTS_PUTS("data=journal");
3025 SEQ_OPTS_PUTS("data=ordered");
3027 SEQ_OPTS_PUTS("data=writeback");
3466 * including data and all indirect blocks, does not exceed (2^48 - 1).
4740 " that may contain inline data");
4794 * It makes no sense for the first data block to be beyond the end
4798 ext4_msg(sb, KERN_WARNING, "bad geometry: first data "
4806 ext4_msg(sb, KERN_WARNING, "bad geometry: first data "
4817 "(block count %llu, first data block %u, "
4933 * validate the data journaling mode. */
4955 "requested data journaling mode");
4966 "journal_async_commit in data=ordered mode");
4991 "data=journal disables delayed allocation, "
4993 /* can't mount with both data=journal and dioread_nolock. */
4998 "both data=journal and delalloc");
5003 "both data=journal and dax");
5008 "encrypted files will use data=ordered "
5009 "instead of data journaling mode");
5405 "data=, fs mounted w/o journal");
5710 descr = " journalled data mode";
5712 descr = " ordered data mode";
5714 descr = " writeback data mode";
6367 * state independently. It relies on upper layer to stop all data & metadata
6508 "both data=journal and delalloc");
6514 "both data=journal and dioread_nolock");
6521 "journal_async_commit in data=ordered mode");
6656 * Handle creation of system zone data early because it can fail.
6657 * Releasing of existing data is done when we are sure remount will
7158 /* Read data from quotafile - avoid pagecache and such because we cannot afford
7162 static ssize_t ext4_quota_read(struct super_block *sb, int type, char *data,
7184 memset(data, 0, tocopy);
7186 memcpy(data, bh->b_data+offset, tocopy);
7190 data += tocopy;
7199 const char *data, size_t len, loff_t off)
7215 * Since we account only one data block in transaction credits,
7242 memcpy(bh->b_data+offset, data, len);