Home
last modified time | relevance | path

Searched refs:cno (Results 1 – 6 of 6) sorted by relevance

/linux/fs/nilfs2/
H A Dcpfile.h19 int nilfs_cpfile_read_checkpoint(struct inode *cpfile, __u64 cno,
21 int nilfs_cpfile_create_checkpoint(struct inode *cpfile, __u64 cno);
22 int nilfs_cpfile_finalize_checkpoint(struct inode *cpfile, __u64 cno,
H A Dthe_nilfs.h230 __u64 cno; member
275 struct nilfs_root *nilfs_lookup_root(struct the_nilfs *nilfs, __u64 cno);
277 __u64 cno);
343 __u64 cno; in nilfs_last_cno() local
346 cno = nilfs->ns_last_cno; in nilfs_last_cno()
348 return cno; in nilfs_last_cno()
H A Dsysfs.c186 if (root->cno == NILFS_CPTREE_CURRENT_CNO) { in nilfs_sysfs_create_snapshot_group()
195 "%llu", root->cno); in nilfs_sysfs_create_snapshot_group()
305 __u64 cno; in nilfs_checkpoints_next_checkpoint_show() local
308 cno = nilfs->ns_cno; in nilfs_checkpoints_next_checkpoint_show()
311 return sysfs_emit(buf, "%llu\n", cno); in nilfs_checkpoints_next_checkpoint_show()
548 __u64 cno; in nilfs_segctor_next_checkpoint_show() local
551 cno = nilfs->ns_cno; in nilfs_segctor_next_checkpoint_show()
554 return sysfs_emit(buf, "%llu\n", cno); in nilfs_segctor_next_checkpoint_show()
H A Dexport.h18 u64 cno; member
H A Dsegbuf.h39 __u64 cno; member
/linux/fs/ext4/
H A Dfsmap.c93 ext4_grpblk_t cno; in ext4_getfsmap_helper() local
139 &agno, &cno); in ext4_getfsmap_helper()
141 EXT4_C2B(sbi, cno), in ext4_getfsmap_helper()
163 ext4_get_group_no_and_offset(sb, rec_fsblk, &agno, &cno); in ext4_getfsmap_helper()
164 trace_ext4_fsmap_mapping(sb, info->gfi_dev, agno, EXT4_C2B(sbi, cno), in ext4_getfsmap_helper()