Home
last modified time | relevance | path

Searched defs:fork (Results 1 – 12 of 12) sorted by relevance

/linux-2.4.37.9/fs/hfs/
Dextent.c36 const struct hfs_fork *fork, hfs_u16 block) in build_key()
181 static inline void set_cache(struct hfs_fork *fork, struct hfs_extent *ext) in set_cache()
201 static struct hfs_extent * find_ext(struct hfs_fork *fork, int alloc_block) in find_ext()
307 static void delete_extent(struct hfs_fork *fork, struct hfs_extent *ext) in delete_extent()
372 static struct hfs_extent *new_extent(struct hfs_fork *fork, in new_extent()
424 static void update_ext(struct hfs_fork *fork, struct hfs_extent *ext) in update_ext()
469 static void shrink_fork(struct hfs_fork *fork, int ablocks) in shrink_fork()
526 static int grow_fork(struct hfs_fork *fork, int ablocks) in grow_fork()
681 void hfs_extent_adj(struct hfs_fork *fork) in hfs_extent_adj()
713 int hfs_extent_map(struct hfs_fork *fork, int block, int create) in hfs_extent_map()
[all …]
Dfile.c61 struct buffer_head *hfs_getblk(struct hfs_fork *fork, int block, int create) in hfs_getblk()
190 struct hfs_fork *fork = HFS_I(inode)->fork; in hfs_file_write() local
228 struct hfs_fork *fork = HFS_I(inode)->fork; in hfs_file_truncate() local
292 hfs_s32 hfs_do_read(struct inode *inode, struct hfs_fork * fork, hfs_u32 pos, in hfs_do_read()
447 hfs_s32 hfs_do_write(struct inode *inode, struct hfs_fork * fork, hfs_u32 pos, in hfs_do_write()
Dfile_hdr.c435 struct hfs_fork *fork; in hdr_read() local
724 struct hfs_fork *fork; in hdr_write() local
993 struct hfs_fork *fork; in hdr_truncate() local
Dsuper.c164 char names, fork; in parse_options() local
Dinode.c36 static void init_file_inode(struct inode *inode, hfs_u8 fork) in init_file_inode()
Dhfs.h336 hfs_u8 fork; /* Which fork is this? */ member
/linux-2.4.37.9/fs/hfsplus/
Dinode.c332 void hfsplus_inode_read_fork(struct inode *inode, hfsplus_fork_raw *fork) in hfsplus_inode_read_fork()
348 void hfsplus_inode_write_fork(struct inode *inode, hfsplus_fork_raw *fork) in hfsplus_inode_write_fork()
Dcatalog.c192 hfsplus_fork_raw fork; in hfsplus_delete_cat() local
Dextents.c264 int hfsplus_free_fork(struct super_block *sb, u32 cnid, hfsplus_fork_raw *fork, int type) in hfsplus_free_fork()
Dhfsplus_fs.h147 int fork; member
/linux-2.4.37.9/include/linux/
Dhfs_fs_i.h26 struct hfs_fork *fork; member
/linux-2.4.37.9/fs/xfs/
Dxfs_inode.c1564 int fork, in xfs_itruncate_finish()