OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:seguse
(Results
1 - 3
of
3
) sorted by relevancy
/src/tests/fs/lfs/
t_fcntl.c
278
fprintf(stderr, "* Get
seguse
\n");
281
sua.
seguse
= malloc(LFS_SEGUSE_MAXCNT * sizeof(*sua.
seguse
));
286
if (sua.
seguse
[sn].su_nbytes == 0)
288
if ((sua.
seguse
[sn].su_flags & (SEGUSE_DIRTY | SEGUSE_ACTIVE))
308
fprintf(stderr, "* Get
seguse
again\n");
314
if (sua.
seguse
[0].su_nbytes > 0)
/src/sys/ufs/lfs/
lfs.h
528
typedef struct segusage
SEGUSE
;
531
uint32_t su_olastmod; /* 4:
SEGUSE
last modified timestamp */
550
uint32_t su_lastmod; /* 4:
SEGUSE
last modified timestamp */
884
uint32_t dlfs_sepb; /* 108:
SEGUSE
entries per block */
959
uint32_t dlfs_sepb; /* 156:
SEGUSE
entries per block */
1149
long (*lfs_clean_selector)(struct lfs *, int,
SEGUSE
*);
1361
* LFCNSEGUSE retrieves the current
SEGUSE
structure for segments
1378
SEGUSE
*
seguse
; /* Out: array of
seguse
*/
member in struct:lfs_seguse_array
[
all
...]
lfs_vnops.c
1867
SEGUSE
*sup, *sua;
2281
* Retrieve
SEGUSE
information for one or more segments.
2303
error = copyout(sua, suap.
seguse
, suap.len * sizeof *sua);
Completed in 37 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026