Lines Matching defs:dat
48 static inline struct nilfs_dat_info *NILFS_DAT_I(struct inode *dat) in NILFS_DAT_I()
53 static int nilfs_dat_prepare_entry(struct inode *dat, in nilfs_dat_prepare_entry()
60 static void nilfs_dat_commit_entry(struct inode *dat, in nilfs_dat_commit_entry()
68 static void nilfs_dat_abort_entry(struct inode *dat, in nilfs_dat_abort_entry()
74 int nilfs_dat_prepare_alloc(struct inode *dat, struct nilfs_palloc_req *req) in nilfs_dat_prepare_alloc()
89 void nilfs_dat_commit_alloc(struct inode *dat, struct nilfs_palloc_req *req) in nilfs_dat_commit_alloc()
106 void nilfs_dat_abort_alloc(struct inode *dat, struct nilfs_palloc_req *req) in nilfs_dat_abort_alloc()
112 static void nilfs_dat_commit_free(struct inode *dat, in nilfs_dat_commit_free()
130 int nilfs_dat_prepare_start(struct inode *dat, struct nilfs_palloc_req *req) in nilfs_dat_prepare_start()
139 void nilfs_dat_commit_start(struct inode *dat, struct nilfs_palloc_req *req, in nilfs_dat_commit_start()
155 int nilfs_dat_prepare_end(struct inode *dat, struct nilfs_palloc_req *req) in nilfs_dat_prepare_end()
185 void nilfs_dat_commit_end(struct inode *dat, struct nilfs_palloc_req *req, in nilfs_dat_commit_end()
211 void nilfs_dat_abort_end(struct inode *dat, struct nilfs_palloc_req *req) in nilfs_dat_abort_end()
230 int nilfs_dat_prepare_update(struct inode *dat, in nilfs_dat_prepare_update()
245 void nilfs_dat_commit_update(struct inode *dat, in nilfs_dat_commit_update()
253 void nilfs_dat_abort_update(struct inode *dat, in nilfs_dat_abort_update()
275 int nilfs_dat_mark_dirty(struct inode *dat, __u64 vblocknr) in nilfs_dat_mark_dirty()
305 int nilfs_dat_freev(struct inode *dat, __u64 *vblocknrs, size_t nitems) in nilfs_dat_freev()
326 int nilfs_dat_move(struct inode *dat, __u64 vblocknr, sector_t blocknr) in nilfs_dat_move()
395 int nilfs_dat_translate(struct inode *dat, __u64 vblocknr, sector_t *blocknrp) in nilfs_dat_translate()
431 ssize_t nilfs_dat_get_vinfo(struct inode *dat, void *buf, unsigned visz, in nilfs_dat_get_vinfo()
481 struct inode *dat; in nilfs_dat_read() local