Searched refs:num_blocks (Results 1 – 9 of 9) sorted by relevance
| /fs/ceph/ |
| A D | crypto.c | 518 int i, num_blocks; in ceph_fscrypt_decrypt_pages() local 526 num_blocks = ceph_fscrypt_blocks(off, len & CEPH_FSCRYPT_BLOCK_MASK); in ceph_fscrypt_decrypt_pages() 529 for (i = 0; i < num_blocks; ++i) { in ceph_fscrypt_decrypt_pages() 626 int i, num_blocks; in ceph_fscrypt_encrypt_pages() local 634 num_blocks = ceph_fscrypt_blocks(off, len & CEPH_FSCRYPT_BLOCK_MASK); in ceph_fscrypt_encrypt_pages() 637 for (i = 0; i < num_blocks; ++i) { in ceph_fscrypt_encrypt_pages()
|
| /fs/befs/ |
| A D | super.c | 36 befs_sb->num_blocks = fs64_to_cpu(sb, disk_sb->num_blocks); in befs_load_sb()
|
| A D | linuxvfs.c | 848 if (befs_sb->num_blocks > ~((sector_t)0)) { in befs_fill_super() 851 befs_sb->num_blocks); in befs_fill_super() 928 buf->f_blocks = BEFS_SB(sb)->num_blocks; in befs_statfs() 929 buf->f_bfree = BEFS_SB(sb)->num_blocks - BEFS_SB(sb)->used_blocks; in befs_statfs()
|
| A D | befs.h | 37 befs_off_t num_blocks; member
|
| A D | befs_fs_types.h | 121 fs64 num_blocks; member
|
| A D | debug.c | 172 befs_debug(sb, " num_blocks %llu", fs64_to_cpu(sb, sup->num_blocks)); in befs_dump_super_block()
|
| /fs/ecryptfs/ |
| A D | crypto.c | 1733 size_t num_blocks; in ecryptfs_encode_for_filename() local 1742 num_blocks = (src_size / 3); in ecryptfs_encode_for_filename() 1746 num_blocks++; in ecryptfs_encode_for_filename() 1758 (*dst_size) = (num_blocks * 4); in ecryptfs_encode_for_filename() 1761 while (block_num < num_blocks) { in ecryptfs_encode_for_filename() 1765 if (block_num == (num_blocks - 1)) in ecryptfs_encode_for_filename()
|
| /fs/ |
| A D | libfs.c | 1596 int generic_check_addressable(unsigned blocksize_bits, u64 num_blocks) in generic_check_addressable() argument 1598 u64 last_fs_block = num_blocks - 1; in generic_check_addressable() 1601 if (check_shl_overflow(num_blocks, blocksize_bits, &max_bytes)) in generic_check_addressable() 1606 if (unlikely(num_blocks == 0)) in generic_check_addressable()
|
| /fs/ocfs2/ |
| A D | journal.c | 1259 u64 v_blkno, p_blkno, p_blocks, num_blocks; in ocfs2_force_read_journal() local 1263 num_blocks = ocfs2_blocks_for_bytes(inode->i_sb, i_size_read(inode)); in ocfs2_force_read_journal() 1265 while (v_blkno < num_blocks) { in ocfs2_force_read_journal()
|
Completed in 23 milliseconds