Lines Matching refs:inode
33 int nilfs_dat_translate(struct inode *, __u64, sector_t *);
35 int nilfs_dat_prepare_alloc(struct inode *, struct nilfs_palloc_req *);
36 void nilfs_dat_commit_alloc(struct inode *, struct nilfs_palloc_req *);
37 void nilfs_dat_abort_alloc(struct inode *, struct nilfs_palloc_req *);
38 int nilfs_dat_prepare_start(struct inode *, struct nilfs_palloc_req *);
39 void nilfs_dat_commit_start(struct inode *, struct nilfs_palloc_req *,
41 int nilfs_dat_prepare_end(struct inode *, struct nilfs_palloc_req *);
42 void nilfs_dat_commit_end(struct inode *, struct nilfs_palloc_req *, int);
43 void nilfs_dat_abort_end(struct inode *, struct nilfs_palloc_req *);
44 int nilfs_dat_prepare_update(struct inode *, struct nilfs_palloc_req *,
46 void nilfs_dat_commit_update(struct inode *, struct nilfs_palloc_req *,
48 void nilfs_dat_abort_update(struct inode *, struct nilfs_palloc_req *,
51 int nilfs_dat_mark_dirty(struct inode *, __u64);
52 int nilfs_dat_freev(struct inode *, __u64 *, size_t);
53 int nilfs_dat_move(struct inode *, __u64, sector_t);
54 ssize_t nilfs_dat_get_vinfo(struct inode *, void *, unsigned, size_t);
57 struct nilfs_inode *raw_inode, struct inode **inodep);