Home
last modified time | relevance | path

Searched refs:nilfs_palloc_req (Results 1 – 5 of 5) sorted by relevance

/linux/fs/nilfs2/
H A Ddat.h19 struct nilfs_palloc_req;
23 int nilfs_dat_prepare_alloc(struct inode *, struct nilfs_palloc_req *);
24 void nilfs_dat_commit_alloc(struct inode *, struct nilfs_palloc_req *);
25 void nilfs_dat_abort_alloc(struct inode *, struct nilfs_palloc_req *);
26 int nilfs_dat_prepare_start(struct inode *, struct nilfs_palloc_req *);
27 void nilfs_dat_commit_start(struct inode *, struct nilfs_palloc_req *,
29 int nilfs_dat_prepare_end(struct inode *, struct nilfs_palloc_req *);
30 void nilfs_dat_commit_end(struct inode *, struct nilfs_palloc_req *, int);
31 void nilfs_dat_abort_end(struct inode *, struct nilfs_palloc_req *);
32 int nilfs_dat_prepare_update(struct inode *, struct nilfs_palloc_req *,
[all...]
H A Ddat.c41 struct nilfs_palloc_req *req, int create) in nilfs_dat_prepare_entry()
61 struct nilfs_palloc_req *req) in nilfs_dat_commit_entry()
69 struct nilfs_palloc_req *req) 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()
113 struct nilfs_palloc_req *req) 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 *re
[all...]
H A Difile.c55 struct nilfs_palloc_req req; in nilfs_ifile_create_inode()
93 struct nilfs_palloc_req req = { in nilfs_ifile_delete_inode()
H A Dbmap.h34 struct nilfs_palloc_req bpr_req;
H A Ddirect.c264 struct nilfs_palloc_req oldreq, newreq; in nilfs_direct_propagate()