Home
last modified time | relevance | path

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

/linux/fs/hfs/
H A Dextent.c360 if (ablock < HFS_I(inode)->first_blocks) { in hfs_get_block()
398 if (HFS_I(inode)->alloc_blocks == HFS_I(inode)->first_blocks) in hfs_extend_file()
415 if (HFS_I(inode)->alloc_blocks == HFS_I(inode)->first_blocks) { in hfs_extend_file()
416 if (!HFS_I(inode)->first_blocks) { in hfs_extend_file()
433 HFS_I(inode)->first_blocks += len; in hfs_extend_file()
520 if (alloc_cnt == HFS_I(inode)->first_blocks) { in hfs_file_truncate()
524 HFS_I(inode)->first_blocks = blk_cnt; in hfs_file_truncate()
H A Dbtree.c55 HFS_I(tree->inode)->first_blocks) { in hfs_btree_open()
67 if (!HFS_I(tree->inode)->first_blocks) { in hfs_btree_open()
H A Dhfs_fs.h49 u16 first_blocks; member
H A Dinode.c250 HFS_I(inode)->first_blocks = 0; in hfs_new_inode()
307 HFS_I(inode)->first_blocks = count; in hfs_inode_read_fork()
/linux/fs/hfsplus/
H A Dextents.c252 if (ablock < hip->first_blocks) { in hfsplus_get_block()
454 if (hip->alloc_blocks == hip->first_blocks) in hfsplus_file_extend()
481 if (hip->alloc_blocks <= hip->first_blocks) { in hfsplus_file_extend()
482 if (!hip->first_blocks) { in hfsplus_file_extend()
499 hip->first_blocks += len; in hfsplus_file_extend()
586 if (alloc_cnt == hip->first_blocks) { in hfsplus_file_truncate()
591 hip->first_blocks = blk_cnt; in hfsplus_file_truncate()
H A Dinode.c452 hip->first_blocks = 0; in hfsplus_new_inode()
522 hip->first_blocks = count; in hfsplus_inode_read_fork()
H A Dbtree.c155 if (!HFSPLUS_I(tree->inode)->first_blocks) { in hfs_btree_open()
H A Dhfsplus_fs.h185 u32 first_blocks; member
H A Dsuper.c78 HFSPLUS_I(inode)->first_blocks = 0; in hfsplus_iget()