Searched refs:cluster_bits (Results 1 – 9 of 9) sorted by relevance
/linux-4.19.296/fs/fat/ |
D | misc.c | 152 if (new_fclus != (inode->i_blocks >> (sbi->cluster_bits - 9))) { in fat_chain_add() 155 (llu)(inode->i_blocks >> (sbi->cluster_bits - 9))); in fat_chain_add() 158 inode->i_blocks += nr_cluster << (sbi->cluster_bits - 9); in fat_chain_add()
|
D | file.c | 296 sbi->cluster_bits; in fat_fallocate() 381 inode->i_blocks = skip << (MSDOS_SB(sb)->cluster_bits - 9); in fat_free() 400 nr_clusters = (offset + (cluster_size - 1)) >> sbi->cluster_bits; in fat_truncate_blocks()
|
D | cache.c | 229 const int limit = sb->s_maxbytes >> sbi->cluster_bits; in fat_get_cluster() 318 cluster = sector >> (sbi->cluster_bits - sb->s_blocksize_bits); in fat_get_mapped_cluster()
|
D | fatent.c | 724 ent_start = max_t(u64, range->start>>sbi->cluster_bits, FAT_START_ENT); in fat_trim_fs() 725 ent_end = ent_start + (range->len >> sbi->cluster_bits) - 1; in fat_trim_fs() 726 minlen = range->minlen >> sbi->cluster_bits; in fat_trim_fs() 796 range->len = trimmed << sbi->cluster_bits; in fat_trim_fs()
|
D | dir.c | 1218 *nr_cluster = (size + (sbi->cluster_size - 1)) >> sbi->cluster_bits; in fat_add_new_entries() 1395 dir->i_size += nr_cluster << sbi->cluster_bits; in fat_add_entries() 1396 MSDOS_I(dir)->mmu_private += nr_cluster << sbi->cluster_bits; in fat_add_entries()
|
D | fat.h | 65 unsigned short cluster_bits; /* log2(cluster_size) */ member
|
D | inode.c | 485 inode->i_size = (fclus + 1) << sbi->cluster_bits; in fat_calc_dir_size() 1694 sbi->cluster_bits = ffs(sbi->cluster_size) - 1; in fat_fill_super()
|
/linux-4.19.296/fs/ocfs2/ |
D | ocfs2_trace.h | 1710 unsigned long long system_dir, int cluster_bits), 1711 TP_ARGS(label, uuid_str, root_dir, system_dir, cluster_bits), 1717 __field(int, cluster_bits) 1724 __entry->cluster_bits = cluster_bits; 1727 __entry->root_dir, __entry->system_dir, __entry->cluster_bits)
|
/linux-4.19.296/fs/ext4/ |
D | resize.c | 1017 int cluster_bits = EXT4_SB(sb)->s_cluster_bits; in reserve_backup_gdb() local 1096 inode->i_blocks += reserved_gdb * sb->s_blocksize >> (9 - cluster_bits); in reserve_backup_gdb()
|