OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stv
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libquota/
quota_open.c
48
struct statvfs
stv
;
local
78
if (statvfs(path, &
stv
) < 0) {
84
if (!strcmp(
stv
.f_fstypename, "nfs")) {
86
} else if ((
stv
.f_flag & ST_QUOTA) != 0) {
88
} else if (__quota_oldfiles_infstab(
stv
.f_mntonname)) {
105
qh->qh_mountpoint = strdup(
stv
.f_mntonname);
113
qh->qh_mountdevice = strdup(
stv
.f_mntfromname);
/src/common/lib/libc/gen/
radixtree.c
1422
const struct timeval *
stv
, const struct timeval *etv)
1424
uint64_t s =
stv
->tv_sec * 1000000 +
stv
->tv_usec;
1476
struct timeval
stv
;
local
1511
gettimeofday(&
stv
, NULL);
1517
printops(title, "lookup", 0, nnodes, &
stv
, &etv);
1522
gettimeofday(&
stv
, NULL);
1539
printops(title, "get_tag", tagmask, nnodes, &
stv
, &etv);
1542
gettimeofday(&
stv
, NULL);
1548
printops(title, "remove", 0, nnodes, &
stv
, &etv)
[
all
...]
Completed in 16 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026