• Home
  • Raw
  • Download

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()
47 static void nilfs_dat_commit_entry(struct inode *dat, in nilfs_dat_commit_entry()
55 static void nilfs_dat_abort_entry(struct inode *dat, in nilfs_dat_abort_entry()
61 int nilfs_dat_prepare_alloc(struct inode *dat, struct nilfs_palloc_req *req) in nilfs_dat_prepare_alloc()
76 void nilfs_dat_commit_alloc(struct inode *dat, struct nilfs_palloc_req *req) in nilfs_dat_commit_alloc()
93 void nilfs_dat_abort_alloc(struct inode *dat, struct nilfs_palloc_req *req) in nilfs_dat_abort_alloc()
99 static void nilfs_dat_commit_free(struct inode *dat, in nilfs_dat_commit_free()
124 int nilfs_dat_prepare_start(struct inode *dat, struct nilfs_palloc_req *req) in nilfs_dat_prepare_start()
133 void nilfs_dat_commit_start(struct inode *dat, struct nilfs_palloc_req *req, in nilfs_dat_commit_start()
149 int nilfs_dat_prepare_end(struct inode *dat, struct nilfs_palloc_req *req) in nilfs_dat_prepare_end()
179 void nilfs_dat_commit_end(struct inode *dat, struct nilfs_palloc_req *req, in nilfs_dat_commit_end()
205 void nilfs_dat_abort_end(struct inode *dat, struct nilfs_palloc_req *req) in nilfs_dat_abort_end()
224 int nilfs_dat_prepare_update(struct inode *dat, in nilfs_dat_prepare_update()
239 void nilfs_dat_commit_update(struct inode *dat, in nilfs_dat_commit_update()
247 void nilfs_dat_abort_update(struct inode *dat, in nilfs_dat_abort_update()
269 int nilfs_dat_mark_dirty(struct inode *dat, __u64 vblocknr) in nilfs_dat_mark_dirty()
299 int nilfs_dat_freev(struct inode *dat, __u64 *vblocknrs, size_t nitems) in nilfs_dat_freev()
320 int nilfs_dat_move(struct inode *dat, __u64 vblocknr, sector_t blocknr) in nilfs_dat_move()
390 int nilfs_dat_translate(struct inode *dat, __u64 vblocknr, sector_t *blocknrp) in nilfs_dat_translate()
426 ssize_t nilfs_dat_get_vinfo(struct inode *dat, void *buf, unsigned int visz, in nilfs_dat_get_vinfo()
476 struct inode *dat; in nilfs_dat_read() local