Home
last modified time | relevance | path

Searched refs:overflow (Results 1 – 14 of 14) sorted by relevance

/fs/befs/
A Dbtree.c216 node->head.overflow = fs64_to_cpu(sb, node->od_node->overflow); in befs_bt_read_node()
283 node_off = this_node->head.overflow; in befs_btree_find()
568 this_node->head.overflow); in befs_btree_seekleaf()
569 *node_off = this_node->head.overflow; in befs_btree_seekleaf()
602 if (node->head.overflow == BEFS_BT_INVAL) in befs_leafnode()
A Dbefs_fs_types.h243 fs64 overflow; member
251 befs_off_t overflow; member
A Ddebug.c255 befs_debug(sb, " overflow %016LX", fs64_to_cpu(sb, node->overflow)); in befs_dump_index_node()
A DChangeLog109 * Improved handleing of overflow nodes when listing directories.
110 Now works for overflow nodes hanging off of nodes other than the root
/fs/udf/
A Dballoc.c132 unsigned long overflow; in udf_bitmap_free_blocks() local
139 overflow = 0; in udf_bitmap_free_blocks()
147 overflow = bit + count - (sb->s_blocksize << 3); in udf_bitmap_free_blocks()
148 count -= overflow; in udf_bitmap_free_blocks()
164 if (overflow) { in udf_bitmap_free_blocks()
166 count = overflow; in udf_bitmap_free_blocks()
168 } while (overflow); in udf_bitmap_free_blocks()
/fs/
A Dseq_file.c697 goto overflow; in seq_put_decimal_ull_width()
710 goto overflow; in seq_put_decimal_ull_width()
714 goto overflow; in seq_put_decimal_ull_width()
719 overflow: in seq_put_decimal_ull_width()
781 goto overflow; in seq_put_decimal_ll()
791 goto overflow; in seq_put_decimal_ll()
805 goto overflow; in seq_put_decimal_ll()
810 overflow: in seq_put_decimal_ll()
/fs/ufs/
A Dballoc.c151 unsigned overflow, cgno, bit, end_bit, i; in ufs_free_blocks() local
169 overflow = 0; in ufs_free_blocks()
178 overflow = bit + count - uspi->s_fpg; in ufs_free_blocks()
179 count -= overflow; in ufs_free_blocks()
180 end_bit -= overflow; in ufs_free_blocks()
206 if (overflow) { in ufs_free_blocks()
208 count = overflow; in ufs_free_blocks()
/fs/bcachefs/
A Dprintbuf.c42 out->overflow = true; in bch2_printbuf_make_room()
51 out->overflow = true; in bch2_printbuf_make_room()
63 out->overflow = true; in bch2_printbuf_make_room()
A Dprintbuf.h89 bool overflow:1; member
/fs/ext2/
A Dballoc.c490 unsigned long overflow; in ext2_free_blocks() local
507 overflow = 0; in ext2_free_blocks()
517 overflow = bit + count - EXT2_BLOCKS_PER_GROUP(sb); in ext2_free_blocks()
518 count -= overflow; in ext2_free_blocks()
559 if (overflow) { in ext2_free_blocks()
561 count = overflow; in ext2_free_blocks()
/fs/ext4/
A Dmballoc.c6536 overflow = 0; in ext4_mb_clear_bb()
6550 count -= overflow; in ext4_mb_clear_bb()
6647 count = overflow; in ext4_mb_clear_bb()
6719 if (overflow) { in ext4_free_blocks()
6721 overflow = sbi->s_cluster_ratio - overflow; in ext4_free_blocks()
6722 block += overflow; in ext4_free_blocks()
6724 count -= overflow; in ext4_free_blocks()
6728 block -= overflow; in ext4_free_blocks()
6729 count += overflow; in ext4_free_blocks()
6735 if (overflow) { in ext4_free_blocks()
[all …]
/fs/gfs2/
A Dquota.c798 unsigned pg_off, nbytes, overflow = 0; in gfs2_write_disk_quota() local
809 overflow = (pg_off + nbytes) - PAGE_SIZE; in gfs2_write_disk_quota()
813 nbytes - overflow); in gfs2_write_disk_quota()
815 if (!error && overflow) in gfs2_write_disk_quota()
817 ptr + nbytes - overflow, in gfs2_write_disk_quota()
818 overflow); in gfs2_write_disk_quota()
/fs/jfs/
A Djfs_dtree.c2742 int overflow, fix_page, page_fixed = 0; in jfs_readdir() local
2901 overflow = fix_page = 0; in jfs_readdir()
2920 overflow = 1; in jfs_readdir()
2949 overflow = 1; in jfs_readdir()
3001 if (!overflow) { in jfs_readdir()
3036 if (!overflow && (bn == 0)) { in jfs_readdir()
/fs/affs/
A DChanges241 - Argument to volume option could overflow the

Completed in 42 milliseconds