Home
last modified time | relevance | path

Searched refs:hfsplus_inode_info (Results 1 – 6 of 6) sorted by relevance

/fs/hfsplus/
Dextents.c89 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in __hfsplus_ext_write_extent()
175 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in __hfsplus_ext_cache_extent()
203 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_ext_read_extent()
225 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_get_block()
434 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_file_extend()
529 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_file_truncate()
Dioctl.c62 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_ioctl_getflags()
78 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_ioctl_setflags()
Dhfsplus_fs.h198 struct hfsplus_inode_info { struct
253 static inline struct hfsplus_inode_info *HFSPLUS_I(struct inode *inode) in HFSPLUS_I() argument
255 return list_entry(inode, struct hfsplus_inode_info, vfs_inode); in HFSPLUS_I()
Dinode.c186 struct hfsplus_inode_info *hip; in hfsplus_file_lookup()
326 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_file_fsync()
406 struct hfsplus_inode_info *hip; in hfsplus_new_inode()
485 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_inode_read_fork()
Dsuper.c613 struct hfsplus_inode_info *i; in hfsplus_alloc_inode()
631 #define HFSPLUS_INODE_SIZE sizeof(struct hfsplus_inode_info)
650 struct hfsplus_inode_info *i = p; in hfsplus_init_once()
Dbtree.c245 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfs_bmap_alloc()