Searched refs:cno (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dcpfile.c41 nilfs_cpfile_get_blkoff(const struct inode *cpfile, __u64 cno) argument
43 __u64 tcno = cno + NILFS_MDT(cpfile)->mi_first_entry_offset - 1;
50 nilfs_cpfile_get_offset(const struct inode *cpfile, __u64 cno) argument
52 __u64 tcno = cno + NILFS_MDT(cpfile)->mi_first_entry_offset - 1;
68 __u64 cno)
70 return nilfs_cpfile_get_blkoff(cpfile, cno) == 0;
111 nilfs_cpfile_block_get_checkpoint(const struct inode *cpfile, __u64 cno, argument
115 return kaddr + bh_offset(bh) + nilfs_cpfile_get_offset(cpfile, cno) *
140 __u64 cno,
145 nilfs_cpfile_get_blkoff(cpfile, cno),
67 nilfs_cpfile_is_in_first(const struct inode *cpfile, __u64 cno) argument
139 nilfs_cpfile_get_checkpoint_block(struct inode *cpfile, __u64 cno, int create, struct buffer_head **bhp) argument
149 nilfs_cpfile_delete_checkpoint_block(struct inode *cpfile, __u64 cno) argument
181 nilfs_cpfile_get_checkpoint(struct inode *cpfile, __u64 cno, int create, struct nilfs_checkpoint **cpp, struct buffer_head **bhp) argument
252 nilfs_cpfile_put_checkpoint(struct inode *cpfile, __u64 cno, struct buffer_head *bh) argument
286 __u64 cno; local
393 __u64 cur_cno = nilfs_mdt_cno(cpfile), cno = *cnop; local
540 nilfs_cpfile_delete_checkpoint(struct inode *cpfile, __u64 cno) argument
558 nilfs_cpfile_block_get_snapshot_list(const struct inode *cpfile, __u64 cno, struct buffer_head *bh, void *kaddr) argument
577 nilfs_cpfile_set_snapshot(struct inode *cpfile, __u64 cno) argument
696 nilfs_cpfile_clear_snapshot(struct inode *cpfile, __u64 cno) argument
816 nilfs_cpfile_is_snapshot(struct inode *cpfile, __u64 cno) argument
864 nilfs_cpfile_change_cpmode(struct inode *cpfile, __u64 cno, int mode) argument
[all...]
H A Dgcinode.c223 __u64 cno)
237 ii->i_cno = cno;
246 static unsigned long ihash(ino_t ino, __u64 cno) argument
248 return hash_long((unsigned long)((ino << 2) + cno),
253 * nilfs_gc_iget() - find or create gc inode with specified (ino,cno)
255 struct inode *nilfs_gc_iget(struct the_nilfs *nilfs, ino_t ino, __u64 cno) argument
257 struct hlist_head *head = nilfs->ns_gc_inodes_h + ihash(ino, cno);
262 if (inode->i_ino == ino && NILFS_I(inode)->i_cno == cno)
266 inode = alloc_gcinode(nilfs, ino, cno);
222 alloc_gcinode(struct the_nilfs *nilfs, ino_t ino, __u64 cno) argument
H A Dioctl.c143 __u64 cno; local
154 if (copy_from_user(&cno, argp, sizeof(cno)))
158 ret = nilfs_cpfile_delete_checkpoint(cpfile, cno);
311 "ino=%llu, cno=%llu, offset=%llu, "
323 "cno=%llu, offset=%llu, blocknr=%llu, vblocknr=%llu\n",
346 __u64 cno; local
351 cno = vdesc->vd_cno;
352 inode = nilfs_gc_iget(nilfs, ino, cno);
364 vdesc->vd_ino == ino && vdesc->vd_cno == cno);
602 __u64 cno; local
[all...]
H A Dsuper.c392 int nilfs_attach_checkpoint(struct nilfs_sb_info *sbi, __u64 cno) argument
409 err = nilfs_cpfile_get_checkpoint(nilfs->ns_cpfile, cno, 0, &raw_cp,
417 (unsigned long long)cno);
428 nilfs_cpfile_put_checkpoint(nilfs->ns_cpfile, cno, bh_cp);
432 nilfs_cpfile_put_checkpoint(nilfs->ns_cpfile, cno, bh_cp);
813 __u64 cno; local
855 cno = nilfs_last_cno(nilfs);
877 cno = sbi->s_snapshot_cno;
881 err = nilfs_attach_checkpoint(sbi, cno);
884 " (checkpoint number=%llu).\n", (unsigned long long)cno);
1038 __u64 cno; member in struct:nilfs_super_data
[all...]
H A Dthe_nilfs.h320 __u64 cno; local
323 cno = nilfs->ns_last_cno;
325 return cno;
H A Dthe_nilfs.c44 sector_t start_blocknr, u64 seq, __u64 cno)
49 nilfs->ns_last_cno = cno;
822 * @cno: checkpoint number (zero for read-only mount)
825 * @rw_mount and @cno (in case of snapshots) matched. If no instance
831 int rw_mount, __u64 cno)
846 } else if (cno == 0) {
855 sbi->s_snapshot_cno == cno)
868 int nilfs_checkpoint_is_mounted(struct the_nilfs *nilfs, __u64 cno, argument
875 if (cno == 0 || cno > nilf
43 nilfs_set_last_segment(struct the_nilfs *nilfs, sector_t start_blocknr, u64 seq, __u64 cno) argument
830 nilfs_find_sbinfo(struct the_nilfs *nilfs, int rw_mount, __u64 cno) argument
[all...]
H A Dsegbuf.c137 time_t ctime, __u64 cno)
150 segbuf->sb_sum.cno = cno;
176 raw_sum->ss_cno = cpu_to_le64(segbuf->sb_sum.cno);
136 nilfs_segbuf_reset(struct nilfs_segment_buffer *segbuf, unsigned flags, time_t ctime, __u64 cno) argument
H A Dsegbuf.h40 * @cno: Checkpoint number
52 __u64 cno; member in struct:nilfs_segsum_info
H A Drecovery.c825 __u64 cno; local
832 cno = nilfs->ns_last_cno;
899 ri->ri_cno = cno++;
908 nilfs->ns_cno = cno; /* nilfs->ns_cno = ri->ri_cno + 1 */
H A Dsegment.c1977 __u64 cno = sbi->s_nilfs->ns_cno; local
2003 ii->i_cno = cno;
2012 NILFS_I(sbi->s_ifile)->i_cno = cno;
2022 __u64 cno = sbi->s_nilfs->ns_cno; local
2032 ii->i_cno = cno;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddvenc.c151 int cno; member in struct:EncBlockInfo
305 for (bi->cno = 0; max > classes[bi->cno]; bi->cno++);
307 bi->cno += bias;
309 if (bi->cno >= 3) {
310 bi->cno = 3;
349 if (b->area_q[a] != ff_dv_quant_shifts[qnos[i] + ff_dv_quant_offset[b->cno]][a]) {
494 put_bits(&pbs[j], 2, enc_blks[j].cno);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddv.c697 int cno; member in struct:EncBlockInfo
829 for (bi->cno = 0; max > classes[bi->cno]; bi->cno++);
831 bi->cno += bias;
833 if (bi->cno >= 3) {
834 bi->cno = 3;
873 if (b->area_q[a] != dv_quant_shifts[qnos[i] + dv_quant_offset[b->cno]][a]) {
1018 put_bits(&pbs[j], 2, enc_blks[j].cno);

Completed in 179 milliseconds