Home
last modified time | relevance | path

Searched refs:total_blocks (Results 1 – 11 of 11) sorted by relevance

/fs/hfsplus/
Dextents.c398 u32 total_blocks, blocks, start; in hfsplus_free_fork() local
401 total_blocks = be32_to_cpu(fork->total_blocks); in hfsplus_free_fork()
402 if (!total_blocks) in hfsplus_free_fork()
412 if (total_blocks == blocks) in hfsplus_free_fork()
420 total_blocks, type); in hfsplus_free_fork()
425 total_blocks - start, in hfsplus_free_fork()
426 total_blocks); in hfsplus_free_fork()
428 total_blocks = start; in hfsplus_free_fork()
429 } while (total_blocks > blocks); in hfsplus_free_fork()
444 sbi->total_blocks - sbi->free_blocks + 8) { in hfsplus_file_extend()
[all …]
Dsuper.c317 buf->f_blocks = sbi->total_blocks << sbi->fs_shift; in hfsplus_statfs()
427 sbi->total_blocks = be32_to_cpu(vhdr->total_blocks); in hfsplus_fill_super()
442 last_fs_block = sbi->total_blocks - 1; in hfsplus_fill_super()
484 if (vhdr->attr_file.total_blocks != 0) { in hfsplus_fill_super()
Dhfsplus_raw.h99 __be32 total_blocks; member
120 __be32 total_blocks; member
Dbitmap.c179 if ((offset + count) > sbi->total_blocks) in hfsplus_block_free()
Dinode.c456 hip->alloc_blocks = be32_to_cpu(fork->total_blocks); in hfsplus_inode_read_fork()
476 fork->total_blocks = cpu_to_be32(HFSPLUS_I(inode)->alloc_blocks); in hfsplus_inode_write_fork()
Dhfsplus_fs.h167 u32 total_blocks; member
/fs/hfs/
Dextent.c290 u32 total_blocks, blocks, start; in hfs_free_fork() local
296 total_blocks = be32_to_cpu(file->PyLen); in hfs_free_fork()
299 total_blocks = be32_to_cpu(file->RPyLen); in hfs_free_fork()
302 total_blocks /= HFS_SB(sb)->alloc_blksz; in hfs_free_fork()
303 if (!total_blocks) in hfs_free_fork()
313 if (total_blocks == blocks) in hfs_free_fork()
320 res = __hfs_ext_read_extent(&fd, extent, cnid, total_blocks, type); in hfs_free_fork()
324 hfs_free_extents(sb, extent, total_blocks - start, total_blocks); in hfs_free_fork()
326 total_blocks = start; in hfs_free_fork()
327 } while (total_blocks > blocks); in hfs_free_fork()
/fs/efs/
Dsuper.c245 sb->total_blocks = be32_to_cpu(super->fs_size); in efs_validate_super()
/fs/ncpfs/
Dncplib_kernel.c216 target->total_blocks = ncp_reply_dword_lh(server, 0); in ncp_get_volume_info_with_number()
250 target->total_blocks = ncp_reply_dword_lh(server, 0); in ncp_get_directory_info()
Dinode.c838 buf->f_blocks = vi.total_blocks; in ncp_statfs()
/fs/ocfs2/
Dsuper.c2041 u64 total_blocks; in ocfs2_initialize_super() local
2257 total_blocks = ocfs2_clusters_to_blocks(osb->sb, in ocfs2_initialize_super()
2261 total_blocks); in ocfs2_initialize_super()