Searched defs:fs_csp (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfs.h219 struct csum *fs_csp[MAXCSBUFS]; /* list of fs_cs info buffers */ member in struct:fs
268 fs_csp[(indx) >> (fs)->fs_csshift][(indx) & ~(fs)->fs_csmask]
H A Dufs.h148 * The following used to be fs_csp[MAXCSBUFS]. It was not
150 * in 5.6 and expect fs_u.fs_csp to be used instead.
155 struct csum *fs_csp; member in union:fs::__anon2226
H A Dufs2.h310 struct csum *fs_csp; /* cg summary info buffer for fs_cs */ member in struct:fs
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fs.h328 * The following used to be fs_csp[MAXCSBUFS]. It was not
330 * in 5.6 and expect fs_u.fs_csp to be used instead.
335 struct csum *fs_csp; member in union:fs::__anon7846
428 #define fs_cs(fs, indx) fs_u.fs_csp[(indx)]
/illumos-gate/usr/src/boot/sys/ufs/ffs/
H A Dfs.h133 * NOCSPTRS determines the size of this padding. One pointer (fs_csp)
329 struct csum *fs_csp; /* (u) cg summary info buffer */ member in struct:fs
467 #define fs_cs(fs, indx) fs_csp[indx]

Completed in 70 milliseconds