Searched defs:fork (Results 1 – 12 of 12) sorted by relevance
/linux-2.4.37.9/fs/hfs/ |
D | extent.c | 36 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 …]
|
D | file.c | 61 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()
|
D | file_hdr.c | 435 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
|
D | super.c | 164 char names, fork; in parse_options() local
|
D | inode.c | 36 static void init_file_inode(struct inode *inode, hfs_u8 fork) in init_file_inode()
|
D | hfs.h | 336 hfs_u8 fork; /* Which fork is this? */ member
|
/linux-2.4.37.9/fs/hfsplus/ |
D | inode.c | 332 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()
|
D | catalog.c | 192 hfsplus_fork_raw fork; in hfsplus_delete_cat() local
|
D | extents.c | 264 int hfsplus_free_fork(struct super_block *sb, u32 cnid, hfsplus_fork_raw *fork, int type) in hfsplus_free_fork()
|
D | hfsplus_fs.h | 147 int fork; member
|
/linux-2.4.37.9/include/linux/ |
D | hfs_fs_i.h | 26 struct hfs_fork *fork; member
|
/linux-2.4.37.9/fs/xfs/ |
D | xfs_inode.c | 1564 int fork, in xfs_itruncate_finish()
|