Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nilfs2/
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 …]
Dalloc.h46 struct nilfs_palloc_req { struct
54 struct nilfs_palloc_req *); argument
56 struct nilfs_palloc_req *);
57 void nilfs_palloc_abort_alloc_entry(struct inode *, struct nilfs_palloc_req *);
58 void nilfs_palloc_commit_free_entry(struct inode *, struct nilfs_palloc_req *);
59 int nilfs_palloc_prepare_free_entry(struct inode *, struct nilfs_palloc_req *);
60 void nilfs_palloc_abort_free_entry(struct inode *, struct nilfs_palloc_req *);
Ddat.c41 struct nilfs_palloc_req *req, int create) in nilfs_dat_prepare_entry()
48 struct nilfs_palloc_req *req) in nilfs_dat_commit_entry()
56 struct nilfs_palloc_req *req) 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()
100 struct nilfs_palloc_req *req) 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()
[all …]
Difile.c55 struct nilfs_palloc_req req; in nilfs_ifile_create_inode()
99 struct nilfs_palloc_req req = { in nilfs_ifile_delete_inode()
Dalloc.c500 struct nilfs_palloc_req *req) in nilfs_palloc_prepare_alloc_entry()
584 struct nilfs_palloc_req *req) in nilfs_palloc_commit_alloc_entry()
600 struct nilfs_palloc_req *req) in nilfs_palloc_commit_free_entry()
641 struct nilfs_palloc_req *req) in nilfs_palloc_abort_alloc_entry()
682 struct nilfs_palloc_req *req) in nilfs_palloc_prepare_free_entry()
709 struct nilfs_palloc_req *req) in nilfs_palloc_abort_free_entry()
Dbmap.h34 struct nilfs_palloc_req bpr_req;
Ddirect.c259 struct nilfs_palloc_req oldreq, newreq; in nilfs_direct_propagate()