Lines Matching defs:dat
35 static inline struct nilfs_dat_info *NILFS_DAT_I(struct inode *dat) in NILFS_DAT_I()
40 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()
137 int nilfs_dat_prepare_start(struct inode *dat, struct nilfs_palloc_req *req) in nilfs_dat_prepare_start()
142 void nilfs_dat_commit_start(struct inode *dat, struct nilfs_palloc_req *req, in nilfs_dat_commit_start()
158 int nilfs_dat_prepare_end(struct inode *dat, struct nilfs_palloc_req *req) in nilfs_dat_prepare_end()
197 void nilfs_dat_commit_end(struct inode *dat, struct nilfs_palloc_req *req, in nilfs_dat_commit_end()
223 void nilfs_dat_abort_end(struct inode *dat, struct nilfs_palloc_req *req) in nilfs_dat_abort_end()
242 int nilfs_dat_prepare_update(struct inode *dat, in nilfs_dat_prepare_update()
257 void nilfs_dat_commit_update(struct inode *dat, in nilfs_dat_commit_update()
265 void nilfs_dat_abort_update(struct inode *dat, in nilfs_dat_abort_update()
284 int nilfs_dat_mark_dirty(struct inode *dat, __u64 vblocknr) in nilfs_dat_mark_dirty()
314 int nilfs_dat_freev(struct inode *dat, __u64 *vblocknrs, size_t nitems) in nilfs_dat_freev()
335 int nilfs_dat_move(struct inode *dat, __u64 vblocknr, sector_t blocknr) in nilfs_dat_move()
405 int nilfs_dat_translate(struct inode *dat, __u64 vblocknr, sector_t *blocknrp) in nilfs_dat_translate()
441 ssize_t nilfs_dat_get_vinfo(struct inode *dat, void *buf, unsigned int visz, in nilfs_dat_get_vinfo()
491 struct inode *dat; in nilfs_dat_read() local