Searched refs:sufile (Results 1 – 5 of 5) sorted by relevance
| /linux/include/trace/events/ |
| H A D | nilfs2.h | 100 TP_PROTO(struct inode *sufile, 104 TP_ARGS(sufile, segnum, cnt), 107 __field(struct inode *, sufile) 113 __entry->sufile = sufile; 118 TP_printk("sufile = %p segnum = %llu cnt = %lu", 119 __entry->sufile, 125 TP_PROTO(struct inode *sufile, 128 TP_ARGS(sufile, segnum), 131 __field(struct inode *, sufile) [all...] |
| /linux/fs/nilfs2/ |
| H A D | segment.c | 1390 struct inode *sufile = nilfs->ns_sufile; in nilfs_segctor_extend_segments() local 1402 err = nilfs_sufile_mark_dirty(sufile, prev->sb_nextnum); in nilfs_segctor_extend_segments() 1418 err = nilfs_sufile_alloc(sufile, &nextnextnum); in nilfs_segctor_extend_segments() 1435 ret = nilfs_sufile_free(sufile, segbuf->sb_nextnum); in nilfs_segctor_extend_segments() 1446 struct inode *sufile = nilfs->ns_sufile; in nilfs_free_incomplete_logs() local 1451 ret = nilfs_sufile_free(sufile, segbuf->sb_nextnum); in nilfs_free_incomplete_logs() 1470 ret = nilfs_sufile_free(sufile, segbuf->sb_nextnum); in nilfs_free_incomplete_logs() 1476 nilfs_sufile_set_error(sufile, segbuf->sb_segnum); in nilfs_free_incomplete_logs() 1482 struct inode *sufile) in nilfs_segctor_update_segusage() argument 1491 ret = nilfs_sufile_set_segment_usage(sufile, segbuf->sb_segnum, in nilfs_segctor_update_segusage() [all …]
|
| H A D | Makefile | 5 the_nilfs.o segbuf.o segment.o cpfile.o sufile.o \
|
| H A D | recovery.c | 445 struct inode *sufile = nilfs->ns_sufile; in nilfs_prepare_segment_for_recovery() local 459 err = nilfs_sufile_free(sufile, segnum[1]); in nilfs_prepare_segment_for_recovery() 484 err = nilfs_sufile_scrap(sufile, ent->segnum); in nilfs_prepare_segment_for_recovery() 493 err = nilfs_sufile_alloc(sufile, &segnum[0]); in nilfs_prepare_segment_for_recovery()
|
| /linux/Documentation/filesystems/ |
| H A D | nilfs2.rst | 240 3) Segment usage file (sufile) -- Stores allocation state of segments 248 | Summary | regular file | file | ... | ifile | cpfile | sufile | DAT |SR| 259 three special inodes, inodes for the DAT, cpfile, and sufile. Inodes 270 |-- sufile
|