Home
last modified time | relevance | path

Searched refs:num_blocks (Results 1 – 9 of 9) sorted by relevance

/fs/befs/
Dsuper.c36 befs_sb->num_blocks = fs64_to_cpu(sb, disk_sb->num_blocks); in befs_load_sb()
Dlinuxvfs.c880 if (befs_sb->num_blocks > ~((sector_t)0)) { in befs_fill_super()
883 befs_sb->num_blocks); in befs_fill_super()
960 buf->f_blocks = BEFS_SB(sb)->num_blocks; in befs_statfs()
961 buf->f_bfree = BEFS_SB(sb)->num_blocks - BEFS_SB(sb)->used_blocks; in befs_statfs()
Dbefs.h37 befs_off_t num_blocks; member
Dbefs_fs_types.h121 fs64 num_blocks; member
Ddebug.c172 befs_debug(sb, " num_blocks %llu", fs64_to_cpu(sb, sup->num_blocks)); in befs_dump_super_block()
/fs/ecryptfs/
Dcrypto.c1775 size_t num_blocks; in ecryptfs_encode_for_filename() local
1784 num_blocks = (src_size / 3); in ecryptfs_encode_for_filename()
1788 num_blocks++; in ecryptfs_encode_for_filename()
1800 (*dst_size) = (num_blocks * 4); in ecryptfs_encode_for_filename()
1803 while (block_num < num_blocks) { in ecryptfs_encode_for_filename()
1807 if (block_num == (num_blocks - 1)) in ecryptfs_encode_for_filename()
/fs/
Dlibfs.c1057 int generic_check_addressable(unsigned blocksize_bits, u64 num_blocks) in generic_check_addressable() argument
1059 u64 last_fs_block = num_blocks - 1; in generic_check_addressable()
1063 if (unlikely(num_blocks == 0)) in generic_check_addressable()
/fs/ocfs2/
Djournal.c1155 u64 v_blkno, p_blkno, p_blocks, num_blocks; in ocfs2_force_read_journal() local
1159 num_blocks = ocfs2_blocks_for_bytes(inode->i_sb, i_size_read(inode)); in ocfs2_force_read_journal()
1161 while (v_blkno < num_blocks) { in ocfs2_force_read_journal()
/fs/reiserfs/
Djournal.c1720 int num_blocks, int num_trans) in kupdate_transactions() argument
1741 (!num_trans && written < num_blocks)) { in kupdate_transactions()