OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:seguse
(Results
1 - 3
of
3
) sorted by relevancy
/src/tests/fs/lfs/
t_fcntl.c
253
sua.
seguse
= malloc(LFS_SEGUSE_MAXCNT * sizeof(*sua.
seguse
));
258
if (sua.
seguse
[sn].su_nbytes == 0)
260
if ((sua.
seguse
[sn].su_flags & (SEGUSE_DIRTY | SEGUSE_ACTIVE))
284
if (sua.
seguse
[0].su_nbytes > 0)
/src/sys/ufs/lfs/
lfs.h
531
typedef struct segusage
SEGUSE
;
534
uint32_t su_olastmod; /* 4:
SEGUSE
last modified timestamp */
552
uint32_t su_lastmod; /* 4:
SEGUSE
last modified timestamp */
886
uint32_t dlfs_sepb; /* 108:
SEGUSE
entries per block */
961
uint32_t dlfs_sepb; /* 156:
SEGUSE
entries per block */
1312
SEGUSE
*
seguse
; /* Out: array of
seguse
*/
member in struct:lfs_seguse_array
lfs_vnops.c
1860
SEGUSE
*sup, *sua;
2273
* Retrieve
SEGUSE
information for one or more segments.
2295
error = copyout(sua, suap.
seguse
, suap.len * sizeof *sua);
Completed in 16 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025