Searched defs:hfs_inode_info (Results 1 – 1 of 1) sorted by relevance
30 struct hfs_inode_info { struct31 atomic_t opencnt;33 unsigned int flags;36 int tz_secondswest;38 struct hfs_cat_key cat_key;40 struct list_head open_dir_list;41 spinlock_t open_dir_lock;42 struct inode *rsrc_inode;44 struct mutex extents_lock;46 u16 alloc_blocks, clump_blocks;[all …]