Searched refs:hpfs_truncate_btree (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/fs/hpfs/ |
D | file.c | 56 hpfs_truncate_btree(i->i_sb, i->i_ino, 1, ((i->i_size + 511) >> 9)); in hpfs_truncate() 78 hpfs_truncate_btree(inode->i_sb, inode->i_ino, 1, inode->i_blocks - 1); in hpfs_get_block()
|
D | hpfs_fn.h | 212 void hpfs_truncate_btree(struct super_block *, secno, int, unsigned);
|
D | ea.c | 363 …if (fnode->ea_anode) hpfs_truncate_btree(s, le32_to_cpu(fnode->ea_secno), 1, (le32_to_cpu(fnode->e… in hpfs_set_ea()
|
D | anode.c | 393 void hpfs_truncate_btree(struct super_block *s, secno f, int fno, unsigned secs) in hpfs_truncate_btree() function
|