Searched refs:nilfs_palloc_req (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/fs/nilfs2/ |
D | dat.h | 31 struct nilfs_palloc_req; 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 *, [all …]
|
D | alloc.h | 60 struct nilfs_palloc_req { struct 68 struct nilfs_palloc_req *); argument 70 struct nilfs_palloc_req *); 71 void nilfs_palloc_abort_alloc_entry(struct inode *, struct nilfs_palloc_req *); 72 void nilfs_palloc_commit_free_entry(struct inode *, struct nilfs_palloc_req *); 73 int nilfs_palloc_prepare_free_entry(struct inode *, struct nilfs_palloc_req *); 74 void nilfs_palloc_abort_free_entry(struct inode *, struct nilfs_palloc_req *);
|
D | dat.c | 54 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() 130 int nilfs_dat_prepare_start(struct inode *dat, struct nilfs_palloc_req *req) in nilfs_dat_prepare_start() 139 void nilfs_dat_commit_start(struct inode *dat, struct nilfs_palloc_req *req, in nilfs_dat_commit_start() 155 int nilfs_dat_prepare_end(struct inode *dat, struct nilfs_palloc_req *req) in nilfs_dat_prepare_end() [all …]
|
D | ifile.c | 68 struct nilfs_palloc_req req; in nilfs_ifile_create_inode() 110 struct nilfs_palloc_req req = { in nilfs_ifile_delete_inode()
|
D | alloc.c | 509 struct nilfs_palloc_req *req) in nilfs_palloc_prepare_alloc_entry() 593 struct nilfs_palloc_req *req) in nilfs_palloc_commit_alloc_entry() 609 struct nilfs_palloc_req *req) in nilfs_palloc_commit_free_entry() 650 struct nilfs_palloc_req *req) in nilfs_palloc_abort_alloc_entry() 691 struct nilfs_palloc_req *req) in nilfs_palloc_prepare_free_entry() 718 struct nilfs_palloc_req *req) in nilfs_palloc_abort_free_entry()
|
D | bmap.h | 47 struct nilfs_palloc_req bpr_req;
|
D | direct.c | 271 struct nilfs_palloc_req oldreq, newreq; in nilfs_direct_propagate()
|