Home
last modified time | relevance | path

Searched refs:ifile (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/linux/fs/nilfs2/
H A Difile.c75 nilfs_palloc_commit_alloc_entry(ifile, &req); in nilfs_ifile_create_inode()
77 nilfs_mdt_mark_dirty(ifile); in nilfs_ifile_create_inode()
135 struct super_block *sb = ifile->i_sb; in nilfs_ifile_get_inode_block()
184 struct inode *ifile; in nilfs_ifile_read() local
188 if (unlikely(!ifile)) in nilfs_ifile_read()
190 if (!(ifile->i_state & I_NEW)) in nilfs_ifile_read()
193 err = nilfs_mdt_init(ifile, NILFS_MDT_GFP, in nilfs_ifile_read()
202 nilfs_palloc_setup_cache(ifile, &NILFS_IFILE_I(ifile)->palloc_cache); in nilfs_ifile_read()
208 unlock_new_inode(ifile); in nilfs_ifile_read()
210 *inodep = ifile; in nilfs_ifile_read()
[all …]
H A Difile.h22 nilfs_ifile_map_inode(struct inode *ifile, ino_t ino, struct buffer_head *ibh) in nilfs_ifile_map_inode() argument
26 return nilfs_palloc_block_get_entry(ifile, ino, ibh, kaddr); in nilfs_ifile_map_inode()
29 static inline void nilfs_ifile_unmap_inode(struct inode *ifile, ino_t ino, in nilfs_ifile_unmap_inode() argument
H A Dinode.c347 err = nilfs_ifile_create_inode(root->ifile, &ino, &bh); in nilfs_new_inode()
357 err = nilfs_ifile_create_inode(root->ifile, &ino, &bh); in nilfs_new_inode()
498 raw_inode = nilfs_ifile_map_inode(root->ifile, ino, bh); in __nilfs_read_inode()
522 nilfs_ifile_unmap_inode(root->ifile, ino, bh); in __nilfs_read_inode()
531 nilfs_ifile_unmap_inode(root->ifile, ino, bh); in __nilfs_read_inode()
805 struct inode *ifile = ii->i_root->ifile; in nilfs_update_inode() local
808 raw_inode = nilfs_ifile_map_inode(ifile, ino, ibh); in nilfs_update_inode()
811 memset(raw_inode, 0, NILFS_MDT(ifile)->mi_entry_size); in nilfs_update_inode()
822 nilfs_ifile_unmap_inode(ifile, ino, ibh); in nilfs_update_inode()
1030 err = nilfs_ifile_get_inode_block(ii->i_root->ifile, in nilfs_load_inode_block()
[all …]
H A DMakefile6 ifile.o alloc.o gcinode.o ioctl.o sysfs.o
H A Dsegment.c839 if (nilfs_mdt_fetch_dirty(root->ifile)) in nilfs_test_metadata_dirty()
878 nilfs_mdt_clear_dirty(sci->sc_root->ifile); in nilfs_segctor_clear_metadata_dirty()
945 nilfs_write_inode_common(sci->sc_root->ifile, in nilfs_segctor_fill_in_checkpoint()
954 static void nilfs_fill_in_file_bmap(struct inode *ifile, in nilfs_fill_in_file_bmap() argument
964 raw_inode = nilfs_ifile_map_inode(ifile, ii->vfs_inode.i_ino, in nilfs_fill_in_file_bmap()
967 nilfs_ifile_unmap_inode(ifile, ii->vfs_inode.i_ino, ibh); in nilfs_fill_in_file_bmap()
976 nilfs_fill_in_file_bmap(sci->sc_root->ifile, ii); in nilfs_segctor_fill_in_file_bmap()
1228 err = nilfs_segctor_scan_file(sci, sci->sc_root->ifile, in nilfs_segctor_collect_blocks()
1978 struct inode *ifile = sci->sc_root->ifile; in nilfs_segctor_collect_dirty_files() local
1989 ifile, ii->vfs_inode.i_ino, &ibh); in nilfs_segctor_collect_dirty_files()
[all …]
H A Dthe_nilfs.h245 struct inode *ifile; member
H A Dthe_nilfs.c881 new->ifile = NULL; in nilfs_find_or_create_root()
910 iput(root->ifile); in nilfs_put_root()
H A Dsuper.c556 if (root->ifile) in nilfs_attach_checkpoint()
574 &raw_cp->cp_ifile_inode, &root->ifile); in nilfs_attach_checkpoint()
660 err = nilfs_ifile_count_free_inodes(root->ifile, in nilfs_statfs()
/openbmc/phosphor-host-ipmid/scripts/
H A Dsensor_gen.py13 ifile = yaml.safe_load(f)
14 if not isinstance(ifile, dict):
15 ifile = {}
23 fd.write(t.render(sensorDict=ifile))
H A Dinventory-sensor.py13 ifile = yaml.safe_load(f)
14 if not isinstance(ifile, dict):
15 ifile = {}
25 fd.write(t.render(sensorDict=ifile))
H A Dfru_gen.py13 ifile = yaml.safe_load(f)
14 if not isinstance(ifile, dict):
15 ifile = {}
23 fd.write(t.render(fruDict=ifile))
/openbmc/ipmi-fru-parser/scripts/
H A Dfru_gen.py13 ifile = yaml.safe_load(f)
14 if not isinstance(ifile, dict):
15 ifile = {}
23 fd.write(t.render(fruDict=ifile))
/openbmc/openpower-host-ipmi-oem/scripts/
H A Dinventory-sensor.py13 ifile = yaml.safe_load(f)
14 if not isinstance(ifile, dict):
15 ifile = {}
25 fd.write(t.render(sensorDict=ifile))
/openbmc/phosphor-led-manager/scripts/
H A Dparse_led.py42 ifile = yaml.safe_load(f) variable
53 for group in list(ifile.keys()):
56 led_dict = ifile[group]
/openbmc/openpower-occ-control/
H A Dsensor_gen.py36 ifile = yaml.safe_load(fd) variable
42 fd.write(t.render(occDict=ifile))
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c522 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()
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_sdradd.h41 ipmi_sdr_add_from_file(struct ipmi_intf *intf, const char *ifile);
H A Dipmi_sdr.h937 int ipmi_sdr_list_cache_fromfile(struct ipmi_intf *intf, const char *ifile);
/openbmc/u-boot/tools/
H A Difdtool.c822 struct input_file input_file[WRITE_MAX], *ifile, *fdt = NULL; in main() local
931 ifile = &input_file[wr_num]; in main()
935 &ifile->fname)) { in main()
939 ifile->addr = strtoll(optarg, NULL, 0); in main()
1069 ifile = &input_file[wr_idx]; in main()
1070 ret = write_data(image, size, ifile->addr, in main()
1071 ifile->fname, offset_uboot_top, in main()
/openbmc/linux/Documentation/filesystems/
H A Dnilfs2.rst238 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)
/openbmc/phosphor-logging/tools/
H A Delog-gen.py218 ifile = yaml.safe_load(open(i_elog_yaml))
221 for error in ifile:
/openbmc/ipmitool/lib/
H A Dipmi_sunoem.c831 ipmi_sunoem_sshkey_set(struct ipmi_intf * intf, uint8_t uid, char * ifile) in ipmi_sunoem_sshkey_set() argument
842 if (ifile == NULL) { in ipmi_sunoem_sshkey_set()
847 fp = ipmi_open_file_read(ifile); in ipmi_sunoem_sshkey_set()
849 lprintf(LOG_ERR, "Unable to open file '%s' for reading.", ifile); in ipmi_sunoem_sshkey_set()
859 lprintf(LOG_ERR, "Failed to seek in file '%s'.", ifile); in ipmi_sunoem_sshkey_set()
868 lprintf(LOG_ERR, "Failed to seek in file '%s'.", ifile); in ipmi_sunoem_sshkey_set()
874 lprintf(LOG_ERR, "File '%s' is empty.", ifile); in ipmi_sunoem_sshkey_set()
882 lprintf(LOG_ERR, "Failed to seek in file '%s'.", ifile); in ipmi_sunoem_sshkey_set()
902 ifile); in ipmi_sunoem_sshkey_set()
919 ifile); in ipmi_sunoem_sshkey_set()
H A Dipmi_sdradd.c639 ipmi_sdr_add_from_file(struct ipmi_intf *intf, const char *ifile) in ipmi_sdr_add_from_file() argument
647 rc = ipmi_sdr_read_records(ifile, &sdrr_queue); in ipmi_sdr_add_from_file()
H A Dipmi_sdr.c3954 ipmi_sdr_list_cache_fromfile(struct ipmi_intf *intf, const char *ifile) in ipmi_sdr_list_cache_fromfile() argument
3967 if (ifile == NULL) { in ipmi_sdr_list_cache_fromfile()
3972 fp = ipmi_open_file_read(ifile); in ipmi_sdr_list_cache_fromfile()
3975 ifile); in ipmi_sdr_list_cache_fromfile()
/openbmc/
H A Dopengrok1.0.log30787 ….findFilelessChildren: not file-less due to: /opengrok/data/xref/openbmc/linux/fs/nilfs2/ifile.h.gz

12