Searched refs:next_sqnum (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/ubi/
H A Deba.c53 * next_sqnum - get next sequence number.
60 static unsigned long long next_sqnum(struct ubi_device *ubi) function
517 vid_hdr->sqnum = cpu_to_be64(next_sqnum(ubi));
629 vid_hdr->sqnum = cpu_to_be64(next_sqnum(ubi));
690 vid_hdr->sqnum = cpu_to_be64(next_sqnum(ubi));
745 vid_hdr->sqnum = cpu_to_be64(next_sqnum(ubi));
810 vid_hdr->sqnum = cpu_to_be64(next_sqnum(ubi));
863 vid_hdr->sqnum = cpu_to_be64(next_sqnum(ubi));
931 vid_hdr->sqnum = cpu_to_be64(next_sqnum(ubi));
1089 vid_hdr->sqnum = cpu_to_be64(next_sqnum(ub
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dio.c205 * next_sqnum - get next sequence number.
208 static unsigned long long next_sqnum(struct ubifs_info *c) function
243 unsigned long long sqnum = next_sqnum(c);
276 unsigned long long sqnum = next_sqnum(c);

Completed in 94 milliseconds