Searched refs:nilfs_palloc_req (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/fs/nilfs2/ |
D | dat.h | 19 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 …]
|
D | alloc.h | 46 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 *);
|
D | dat.c | 41 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 *req) in nilfs_dat_prepare_end() [all …]
|
D | ifile.c | 55 struct nilfs_palloc_req req; in nilfs_ifile_create_inode() 99 struct nilfs_palloc_req req = { in nilfs_ifile_delete_inode()
|
D | alloc.c | 500 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()
|
D | bmap.h | 34 struct nilfs_palloc_req bpr_req;
|
D | direct.c | 259 struct nilfs_palloc_req oldreq, newreq; in nilfs_direct_propagate()
|