Searched refs:nilfs_mdt_cno (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/nilfs2/
H A Dmdt.h101 static inline __u64 nilfs_mdt_cno(struct inode *inode) function
H A Ddat.c140 entry->de_start = cpu_to_le64(nilfs_mdt_cno(dat));
192 end = nilfs_mdt_cno(dat);
219 if (start == nilfs_mdt_cno(dat) && blocknr == 0)
H A Dcpfile.c193 if (unlikely(cno < 1 || cno > nilfs_mdt_cno(cpfile) ||
194 (cno < nilfs_mdt_cno(cpfile) && create)))
393 __u64 cur_cno = nilfs_mdt_cno(cpfile), cno = *cnop;
825 if (cno == 0 || cno >= nilfs_mdt_cno(cpfile))
924 cpstat->cs_cno = nilfs_mdt_cno(cpfile);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/nilfs2/
H A Dmdt.h101 static inline __u64 nilfs_mdt_cno(struct inode *inode) function
H A Ddat.c140 entry->de_start = cpu_to_le64(nilfs_mdt_cno(dat));
192 end = nilfs_mdt_cno(dat);
219 if (start == nilfs_mdt_cno(dat) && blocknr == 0)
H A Dcpfile.c193 if (unlikely(cno < 1 || cno > nilfs_mdt_cno(cpfile) ||
194 (cno < nilfs_mdt_cno(cpfile) && create)))
393 __u64 cur_cno = nilfs_mdt_cno(cpfile), cno = *cnop;
825 if (cno == 0 || cno >= nilfs_mdt_cno(cpfile))
924 cpstat->cs_cno = nilfs_mdt_cno(cpfile);

Completed in 152 milliseconds