75 #define NILFS_MDT_GFP (__GFP_WAIT | __GFP_IO | __GFP_HIGHMEM)
79 struct buffer_head *,
void *),
80 struct buffer_head **);
96 struct buffer_head *bh);
98 static inline void nilfs_mdt_mark_dirty(
struct inode *
inode)
104 static inline void nilfs_mdt_clear_dirty(
struct inode *inode)
109 static inline __u64 nilfs_mdt_cno(
struct inode *inode)
114 #define nilfs_mdt_bgl_lock(inode, bg) \
115 (&NILFS_MDT(inode)->mi_bgl->locks[(bg) & (NR_BG_LOCKS-1)].lock)