Home
last modified time | relevance | path

Searched refs:first_blocks (Results 1 – 8 of 8) sorted by relevance

/fs/hfsplus/
Dextents.c245 if (ablock < hip->first_blocks) { in hfsplus_get_block()
446 if (hip->alloc_blocks == hip->first_blocks) in hfsplus_file_extend()
473 if (hip->alloc_blocks <= hip->first_blocks) { in hfsplus_file_extend()
474 if (!hip->first_blocks) { in hfsplus_file_extend()
490 hip->first_blocks += len; in hfsplus_file_extend()
578 if (alloc_cnt == hip->first_blocks) { in hfsplus_file_truncate()
582 hip->first_blocks = blk_cnt; in hfsplus_file_truncate()
Dinode.c383 hip->first_blocks = 0; in hfsplus_new_inode()
448 hip->first_blocks = count; in hfsplus_inode_read_fork()
Dbtree.c154 if (!HFSPLUS_I(tree->inode)->first_blocks) { in hfs_btree_open()
Dhfsplus_fs.h214 u32 first_blocks; member
/fs/hfs/
Dextent.c354 if (ablock < HFS_I(inode)->first_blocks) { in hfs_get_block()
392 if (HFS_I(inode)->alloc_blocks == HFS_I(inode)->first_blocks) in hfs_extend_file()
409 if (HFS_I(inode)->alloc_blocks == HFS_I(inode)->first_blocks) { in hfs_extend_file()
410 if (!HFS_I(inode)->first_blocks) { in hfs_extend_file()
426 HFS_I(inode)->first_blocks += len; in hfs_extend_file()
513 if (alloc_cnt == HFS_I(inode)->first_blocks) { in hfs_file_truncate()
517 HFS_I(inode)->first_blocks = blk_cnt; in hfs_file_truncate()
Dbtree.c50 HFS_I(tree->inode)->first_blocks) { in hfs_btree_open()
62 if (!HFS_I(tree->inode)->first_blocks) { in hfs_btree_open()
Dhfs_fs.h81 u16 first_blocks; member
Dinode.c224 HFS_I(inode)->first_blocks = 0; in hfs_new_inode()
275 HFS_I(inode)->first_blocks = count; in hfs_inode_read_fork()