Home
last modified time | relevance | path

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

/fs/isofs/
Dcompress.c202 loff_t start_off, end_off; in zisofs_fill_pages() local
222 start_off = page_offset(pages[full_page]); in zisofs_fill_pages()
223 end_off = min_t(loff_t, start_off + PAGE_SIZE, inode->i_size); in zisofs_fill_pages()
225 cstart_block = start_off >> zisofs_block_shift; in zisofs_fill_pages()
229 WARN_ON(start_off - (full_page << PAGE_SHIFT) != in zisofs_fill_pages()
/fs/hfs/
Dbrec.c356 int start_off, end_off; in hfs_brec_update_parent() local
403 end_off = start_off = hfs_bnode_read_u16(parent, rec_off); in hfs_brec_update_parent()
404 hfs_bnode_write_u16(parent, rec_off, start_off + diff); in hfs_brec_update_parent()
405 start_off -= 4; /* move previous cnid too */ in hfs_brec_update_parent()
412 hfs_bnode_move(parent, start_off + diff, start_off, in hfs_brec_update_parent()
413 end_off - start_off); in hfs_brec_update_parent()
/fs/hfsplus/
Dbrec.c360 int start_off, end_off; in hfs_brec_update_parent() local
409 end_off = start_off = hfs_bnode_read_u16(parent, rec_off); in hfs_brec_update_parent()
410 hfs_bnode_write_u16(parent, rec_off, start_off + diff); in hfs_brec_update_parent()
411 start_off -= 4; /* move previous cnid too */ in hfs_brec_update_parent()
418 hfs_bnode_move(parent, start_off + diff, start_off, in hfs_brec_update_parent()
419 end_off - start_off); in hfs_brec_update_parent()
/fs/ocfs2/
Docfs1_fs_compat.h52 __u64 start_off; member
/fs/btrfs/
Dbackref.h68 u64 start_off, struct btrfs_path *path,
Dbackref.c1644 u64 start_off, struct btrfs_path *path, argument
1657 key.offset = start_off;
/fs/ext4/
Dmballoc.c3042 loff_t size, start_off; in ext4_mb_normalize_request() local
3085 start_off = 0; in ext4_mb_normalize_request()
3101 start_off = ((loff_t)ac->ac_o_ex.fe_logical >> in ext4_mb_normalize_request()
3105 start_off = ((loff_t)ac->ac_o_ex.fe_logical >> in ext4_mb_normalize_request()
3110 start_off = ((loff_t)ac->ac_o_ex.fe_logical >> in ext4_mb_normalize_request()
3114 start_off = (loff_t) ac->ac_o_ex.fe_logical << bsbits; in ext4_mb_normalize_request()
3119 start = start_off >> bsbits; in ext4_mb_normalize_request()