Searched defs:boundary (Results 1 - 7 of 7) sorted by relevance
/fs/ |
H A D | mpage.c | 478 int boundary = 0; local 516 boundary = buffer_boundary(bh); 517 if (boundary) { 561 boundary = buffer_boundary(&map_bh); 626 if (boundary || (first_unmapped != blocks_per_page)) {
|
H A D | direct-io.c | 79 int boundary; /* prev block is at a boundary */ member in struct:dio_submit 405 sdio->boundary = 0; 658 sdio->boundary = 0; 810 * If sdio->boundary then we want to schedule the IO now to 813 if (sdio->boundary) { 1020 sdio->boundary = buffer_boundary(map_bh);
|
/fs/ext4/ |
H A D | indirect.c | 46 * @boundary: set this non-zero if the referred-to block is likely to be 74 ext4_lblk_t offsets[4], int *boundary) 107 if (boundary) 108 *boundary = final - 1 - (i_block & (ptrs - 1)); 278 /* right now we don't handle cross boundary allocation */ 72 ext4_block_to_path(struct inode *inode, ext4_lblk_t i_block, ext4_lblk_t offsets[4], int *boundary) argument
|
/fs/ext2/ |
H A D | inode.c | 135 * @boundary: set this non-zero if the referred-to block is likely to be 161 long i_block, int offsets[4], int *boundary) 196 if (boundary) 197 *boundary = final - 1 - (i_block & (ptrs - 1)); 369 /* right now don't hanel cross boundary allocation */ 160 ext2_block_to_path(struct inode *inode, long i_block, int offsets[4], int *boundary) argument
|
/fs/reiserfs/ |
H A D | bitmap.c | 144 unsigned int bmap_n, int *beg, int boundary, 177 ((unsigned long *)(bh->b_data), boundary, *beg); 183 if (*beg + min > boundary) { 192 if (end >= *beg + max || end >= boundary 143 scan_bitmap_block(struct reiserfs_transaction_handle *th, unsigned int bmap_n, int *beg, int boundary, int min, int max, int unfm) argument
|
/fs/ext3/ |
H A D | inode.c | 316 * @boundary: set this non-zero if the referred-to block is likely to be 343 long i_block, int offsets[4], int *boundary) 376 if (boundary) 377 *boundary = final - 1 - (i_block & (ptrs - 1)); 545 /* right now we don't handle cross boundary allocation */ 2005 /* Truncated on block boundary - nothing to do */ 342 ext3_block_to_path(struct inode *inode, long i_block, int offsets[4], int *boundary) argument
|
/fs/btrfs/ |
H A D | relocation.c | 153 u64 boundary[MAX_EXTENTS]; member in struct:file_extent_cluster 3026 BUG_ON(cluster->start != cluster->boundary[0]); 3035 start = cluster->boundary[nr] - offset; 3037 end = cluster->boundary[nr + 1] - 1 - offset; 3174 page_start + offset == cluster->boundary[nr]) { 3217 cluster->boundary[cluster->nr] = extent_key->objectid;
|
Completed in 158 milliseconds