Home
last modified time | relevance | path

Searched refs:hfsplus_inode_write_fork (Results 1 – 3 of 3) sorted by relevance

/fs/hfsplus/
Dsuper.c109 hfsplus_inode_write_fork(inode, &vhdr->ext_file); in hfsplus_write_inode()
117 hfsplus_inode_write_fork(inode, &vhdr->cat_file); in hfsplus_write_inode()
125 hfsplus_inode_write_fork(inode, &vhdr->alloc_file); in hfsplus_write_inode()
132 hfsplus_inode_write_fork(inode, &vhdr->start_file); in hfsplus_write_inode()
139 hfsplus_inode_write_fork(inode, &vhdr->attr_file); in hfsplus_write_inode()
Dinode.c388 void hfsplus_inode_write_fork(struct inode *inode, struct hfsplus_fork_raw *fork) in hfsplus_inode_write_fork() function
497 hfsplus_inode_write_fork(inode, &file->rsrc_fork); in hfsplus_cat_write_inode()
507 hfsplus_inode_write_fork(inode, &file->data_fork); in hfsplus_cat_write_inode()
Dhfsplus_fs.h333 void hfsplus_inode_write_fork(struct inode *, struct hfsplus_fork_raw *);