Searched refs:ifile (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/nilfs2/ |
| H A D | ifile.c | 30 static inline struct nilfs_ifile_info *NILFS_IFILE_I(struct inode *ifile) in NILFS_IFILE_I() argument 32 return (struct nilfs_ifile_info *)NILFS_MDT(ifile); in NILFS_IFILE_I() 52 int nilfs_ifile_create_inode(struct inode *ifile, ino_t *out_ino, in nilfs_ifile_create_inode() argument 58 req.pr_entry_nr = NILFS_FIRST_INO(ifile->i_sb); in nilfs_ifile_create_inode() 61 ret = nilfs_palloc_prepare_alloc_entry(ifile, &req, false); in nilfs_ifile_create_inode() 63 ret = nilfs_palloc_get_entry_block(ifile, req.pr_entry_nr, 1, in nilfs_ifile_create_inode() 66 nilfs_palloc_abort_alloc_entry(ifile, &req); in nilfs_ifile_create_inode() 72 nilfs_palloc_commit_alloc_entry(ifile, &req); in nilfs_ifile_create_inode() 74 nilfs_mdt_mark_dirty(ifile); in nilfs_ifile_create_inode() 91 int nilfs_ifile_delete_inode(struct inode *ifile, ino_t ino) in nilfs_ifile_delete_inode() argument [all …]
|
| H A D | ifile.h | 22 nilfs_ifile_map_inode(struct inode *ifile, ino_t ino, struct buffer_head *ibh) in nilfs_ifile_map_inode() argument 24 size_t __offset_in_folio = nilfs_palloc_entry_offset(ifile, ino, ibh); in nilfs_ifile_map_inode()
|
| H A D | Makefile | 6 ifile.o alloc.o gcinode.o ioctl.o sysfs.o
|
| H A D | cpfile.h | 20 struct nilfs_root *root, struct inode *ifile);
|
| H A D | cpfile.c | 246 struct nilfs_root *root, struct inode *ifile) in nilfs_cpfile_read_checkpoint() argument 271 ret = nilfs_read_inode_common(ifile, &cp->cp_ifile_inode); in nilfs_cpfile_read_checkpoint() 287 root->ifile = ifile; in nilfs_cpfile_read_checkpoint() 424 nilfs_write_inode_common(root->ifile, &cp->cp_ifile_inode); in nilfs_cpfile_finalize_checkpoint() 425 nilfs_bmap_write(NILFS_I(root->ifile)->i_bmap, &cp->cp_ifile_inode); in nilfs_cpfile_finalize_checkpoint()
|
| H A D | the_nilfs.h | 235 struct inode *ifile; member
|
| H A D | the_nilfs.c | 906 new->ifile = NULL; in nilfs_find_or_create_root() 935 iput(root->ifile); in nilfs_put_root()
|
| H A D | super.c | 564 if (root->ifile) in nilfs_attach_checkpoint() 649 err = nilfs_ifile_count_free_inodes(root->ifile, in nilfs_statfs()
|
| /linux/drivers/scsi/aic7xxx/aicasm/ |
| H A D | aicasm.c | 522 FILE *ifile; in output_listing() local 537 if ((ifile = fopen(ifilename, "r")) == NULL) { in output_listing() 610 fgets(buf, sizeof(buf), ifile); in output_listing() 632 fgets(buf, sizeof(buf), ifile); in output_listing() 641 while(fgets(buf, sizeof(buf), ifile) != NULL) in output_listing() 644 fclose(ifile); in output_listing()
|
| /linux/Documentation/filesystems/ |
| H A D | nilfs2.rst | 238 1) Inode file (ifile) -- Stores on-disk inodes 248 | Summary | regular file | file | ... | ifile | cpfile | sufile | DAT |SR| 261 included in the ifile. The inode of ifile itself is included in the 272 |-- ifile (cno=c1) 273 |-- ifile (cno=c2) ---- file (ino=i1) 275 `-- ifile (cno=xx) |-- file (ino=i3)
|