OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dstd
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/ext2fs/
ext2fs_lookup.c
162
struct dirent *
dstd
;
local
187
dstd
= kmem_zalloc(sizeof(struct dirent), KM_SLEEP);
206
ext2fs_dirconv2ffs(fs, dp,
dstd
);
207
if(
dstd
->d_reclen > uio->uio_resid) {
210
error = uiomove(
dstd
,
dstd
->d_reclen, uio);
228
kmem_free(
dstd
, sizeof(*
dstd
));
ext2fs_lookup.c
162
struct dirent *
dstd
;
local
187
dstd
= kmem_zalloc(sizeof(struct dirent), KM_SLEEP);
206
ext2fs_dirconv2ffs(fs, dp,
dstd
);
207
if(
dstd
->d_reclen > uio->uio_resid) {
210
error = uiomove(
dstd
,
dstd
->d_reclen, uio);
228
kmem_free(
dstd
, sizeof(*
dstd
));
Completed in 116 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026