Home
last modified time | relevance | path

Searched refs:alloc_file (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/hfsplus/
Dsuper.c77 hfsplus_inode_read_fork(inode, &vhdr->alloc_file); in hfsplus_read_inode()
127 if (vhdr->alloc_file.total_size != cpu_to_be64(inode->i_size)) { in hfsplus_write_inode()
131 hfsplus_inode_write_fork(inode, &vhdr->alloc_file); in hfsplus_write_inode()
217 iput(HFSPLUS_SB(sb).alloc_file); in hfsplus_put_super()
372 HFSPLUS_SB(sb).alloc_file = iget(sb, HFSPLUS_ALLOC_CNID); in hfsplus_read_super()
373 if (!HFSPLUS_SB(sb).alloc_file) { in hfsplus_read_super()
Dhfsplus_raw.h111 hfsplus_fork_raw alloc_file; member
Dextents.c185 anode = HFSPLUS_SB(sb).alloc_file; in hfsplus_free_blocks()
307 struct inode *anode = HFSPLUS_SB(sb).alloc_file; in hfsplus_extend_file()
Dhfsplus_fs.h126 struct inode *alloc_file; member