Home
last modified time | relevance | path

Searched refs:boundary (Results 1 – 8 of 8) sorted by relevance

/fs/
Dmpage.c532 int boundary = 0; in __mpage_writepage() local
571 boundary = buffer_boundary(bh); in __mpage_writepage()
572 if (boundary) { in __mpage_writepage()
615 boundary = buffer_boundary(&map_bh); in __mpage_writepage()
682 if (boundary || (first_unmapped != blocks_per_page)) { in __mpage_writepage()
Ddirect-io.c88 int boundary; /* prev block is at a boundary */ member
451 sdio->boundary = 0; in dio_bio_submit()
704 sdio->boundary = 0; in dio_new_bio()
826 int boundary = sdio->boundary; /* dio_send_cur_page may clear it */ in submit_page_section() local
868 if (boundary) { in submit_page_section()
1063 sdio->boundary = buffer_boundary(map_bh); in do_direct_IO()
/fs/ext2/
Dinode.c164 long i_block, int offsets[4], int *boundary) in ext2_block_to_path() argument
199 if (boundary) in ext2_block_to_path()
200 *boundary = final - 1 - (i_block & (ptrs - 1)); in ext2_block_to_path()
622 u32 *bno, bool *new, bool *boundary, in ext2_get_blocks() argument
765 *boundary = true; in ext2_get_blocks()
783 bool new = false, boundary = false; in ext2_get_block() local
787 ret = ext2_get_blocks(inode, iblock, max_blocks, &bno, &new, &boundary, in ext2_get_block()
796 if (boundary) in ext2_get_block()
810 bool new = false, boundary = false; in ext2_iomap_begin() local
815 &bno, &new, &boundary, flags & IOMAP_WRITE); in ext2_iomap_begin()
/fs/reiserfs/
Dbitmap.c144 unsigned int bmap_n, int *beg, int boundary, in scan_bitmap_block() argument
177 ((unsigned long *)(bh->b_data), boundary, *beg); in scan_bitmap_block()
183 if (*beg + min > boundary) { in scan_bitmap_block()
192 if (end >= *beg + max || end >= boundary in scan_bitmap_block()
DREADME101 that start on a node aligned boundary (there are reasons to want to node
/fs/ext4/
Dindirect.c76 ext4_lblk_t offsets[4], int *boundary) in ext4_block_to_path() argument
109 if (boundary) in ext4_block_to_path()
110 *boundary = final - 1 - (i_block & (ptrs - 1)); in ext4_block_to_path()
/fs/btrfs/
Drelocation.c111 u64 boundary[MAX_EXTENTS]; member
2620 BUG_ON(cluster->start != cluster->boundary[0]); in prealloc_file_extent_cluster()
2628 start = cluster->boundary[nr] - offset; in prealloc_file_extent_cluster()
2630 end = cluster->boundary[nr + 1] - 1 - offset; in prealloc_file_extent_cluster()
2782 page_start + offset == cluster->boundary[nr]) { in relocate_file_extent_cluster()
2845 cluster->boundary[cluster->nr] = extent_key->objectid; in relocate_data_extent()
/fs/cramfs/
DREADME61 aligned to a 4-byte boundary. The block size is either blksize