Home
last modified time | relevance | path

Searched refs:start_off (Results 1 – 9 of 9) sorted by relevance

/linux-4.19.296/fs/isofs/
Dcompress.c209 loff_t start_off, end_off; in zisofs_fill_pages() local
229 start_off = page_offset(pages[full_page]); in zisofs_fill_pages()
230 end_off = min_t(loff_t, start_off + PAGE_SIZE, inode->i_size); in zisofs_fill_pages()
232 cstart_block = start_off >> zisofs_block_shift; in zisofs_fill_pages()
236 WARN_ON(start_off - (full_page << PAGE_SHIFT) != in zisofs_fill_pages()
/linux-4.19.296/fs/hfsplus/
Dbrec.c362 int start_off, end_off; in hfs_brec_update_parent() local
411 end_off = start_off = hfs_bnode_read_u16(parent, rec_off); in hfs_brec_update_parent()
412 hfs_bnode_write_u16(parent, rec_off, start_off + diff); in hfs_brec_update_parent()
413 start_off -= 4; /* move previous cnid too */ in hfs_brec_update_parent()
420 hfs_bnode_move(parent, start_off + diff, start_off, in hfs_brec_update_parent()
421 end_off - start_off); in hfs_brec_update_parent()
/linux-4.19.296/fs/hfs/
Dbrec.c358 int start_off, end_off; in hfs_brec_update_parent() local
405 end_off = start_off = hfs_bnode_read_u16(parent, rec_off); in hfs_brec_update_parent()
406 hfs_bnode_write_u16(parent, rec_off, start_off + diff); in hfs_brec_update_parent()
407 start_off -= 4; /* move previous cnid too */ in hfs_brec_update_parent()
414 hfs_bnode_move(parent, start_off + diff, start_off, in hfs_brec_update_parent()
415 end_off - start_off); in hfs_brec_update_parent()
/linux-4.19.296/fs/ocfs2/
Docfs1_fs_compat.h52 __u64 start_off; member
/linux-4.19.296/fs/btrfs/
Dbackref.h57 u64 start_off, struct btrfs_path *path,
Dbackref.c1561 u64 start_off, struct btrfs_path *path, argument
1574 key.offset = start_off;
/linux-4.19.296/fs/gfs2/
Dbmap.c2452 unsigned int start_off, end_len, blocksize; in __gfs2_punch_hole() local
2455 start_off = offset & (blocksize - 1); in __gfs2_punch_hole()
2457 if (start_off) { in __gfs2_punch_hole()
2459 if (length > blocksize - start_off) in __gfs2_punch_hole()
2460 len = blocksize - start_off; in __gfs2_punch_hole()
2464 if (start_off + length < blocksize) in __gfs2_punch_hole()
/linux-4.19.296/fs/proc/
Dvmcore.c593 u64 start_off; in mmap_vmcore() local
597 start_off = start - elfcorebuf_sz; in mmap_vmcore()
599 start_off, tsz)) in mmap_vmcore()
/linux-4.19.296/fs/ext4/
Dmballoc.c3096 loff_t size, start_off; in ext4_mb_normalize_request() local
3139 start_off = 0; in ext4_mb_normalize_request()
3155 start_off = ((loff_t)ac->ac_o_ex.fe_logical >> in ext4_mb_normalize_request()
3159 start_off = ((loff_t)ac->ac_o_ex.fe_logical >> in ext4_mb_normalize_request()
3164 start_off = ((loff_t)ac->ac_o_ex.fe_logical >> in ext4_mb_normalize_request()
3168 start_off = (loff_t) ac->ac_o_ex.fe_logical << bsbits; in ext4_mb_normalize_request()
3173 start = start_off >> bsbits; in ext4_mb_normalize_request()