Home
last modified time | relevance | path

Searched refs:pg_len (Results 1 – 4 of 4) sorted by relevance

/linux/fs/nfs/blocklayout/
A Dblocklayout.c275 pg_len = PAGE_SIZE - pg_offset; in bl_read_pagelist()
277 pg_len = bytes_left; in bl_read_pagelist()
280 pg_len = PAGE_SIZE; in bl_read_pagelist()
297 pg_offset, &pg_len); in bl_read_pagelist()
304 isect += (pg_len >> SECTOR_SHIFT); in bl_read_pagelist()
306 f_offset += pg_len; in bl_read_pagelist()
307 bytes_left -= pg_len; in bl_read_pagelist()
387 unsigned int pg_len; in bl_write_pagelist() local
421 pg_len = PAGE_SIZE; in bl_write_pagelist()
431 offset += pg_len; in bl_write_pagelist()
[all …]
/linux/fs/bcachefs/
A Dfs-io-pagecache.c156 unsigned pg_offset, unsigned pg_len, in __bch2_folio_set() argument
163 BUG_ON(pg_offset + pg_len > sectors); in __bch2_folio_set()
167 for (i = pg_offset; i < pg_offset + pg_len; i++) { in __bch2_folio_set()
/linux/drivers/ata/
A Dlibata-scsi.c3830 unsigned six_byte, pg_len, hdr_len, bd_len; in ata_scsi_mode_select_xlat() local
3902 pg_len = get_unaligned_be16(&p[2]); in ata_scsi_mode_select_xlat()
3910 pg_len = p[1]; in ata_scsi_mode_select_xlat()
3940 if (pg_len > len) in ata_scsi_mode_select_xlat()
3945 if (ata_mselect_caching(qc, p, pg_len, &fp) < 0) { in ata_scsi_mode_select_xlat()
3951 ret = ata_mselect_control(qc, spg, p, pg_len, &fp); in ata_scsi_mode_select_xlat()
3969 if (len > pg_len) in ata_scsi_mode_select_xlat()
/linux/drivers/scsi/
A Dscsi_debug.c2925 int pf, sp, ps, md_len, bd_len, off, spf, pg_len; in resp_mode_select() local
2960 pg_len = spf ? (get_unaligned_be16(arr + off + 2) + 4) : in resp_mode_select()
2962 if ((pg_len + off) > param_len) { in resp_mode_select()

Completed in 38 milliseconds