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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/exofs/
H A Dsuper.c205 struct exofs_fscb *fscb; local
211 fscb = &sbi->s_fscb;
217 /* Note: We only write the changing part of the fscb. .i.e upto the
218 * the fscb->s_dev_table_oid member. There is no read-modify-write
222 memset(fscb, 0, ios->length);
223 fscb->s_nextid = cpu_to_le64(sbi->s_nextid);
224 fscb->s_numfiles = cpu_to_le32(sbi->s_numfiles);
225 fscb->s_magic = cpu_to_le16(sb->s_magic);
226 fscb->s_newfs = 0;
227 fscb
464 struct exofs_fscb fscb; local
538 struct exofs_fscb fscb; /*on-disk superblock info */ local
[all...]

Completed in 79 milliseconds