OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldflags
(Results
1 - 5
of
5
) sorted by relevancy
/src/sbin/mount_lfs/
mount_lfs.c
155
int mntsize,
oldflags
, i;
local
167
oldflags
= MNT_RDONLY; /* If not mounted, pretend r/o */
173
oldflags
= mntbuf[i].f_flag;
200
if (!(
oldflags
& MNT_RDONLY) || (mntflags & MNT_RDONLY)
208
if ((mntflags & MNT_RDONLY) && !(
oldflags
& MNT_RDONLY))
211
__USE(
oldflags
);
/src/sys/netinet/
in.c
1155
int s,
oldflags
, flags = RTF_UP, error, hostIsNew;
local
1167
oldflags
= ia->ia4_flags;
1204
ia->ia4_flags =
oldflags
;
1217
ia->ia4_flags =
oldflags
;
/src/sys/netinet6/
nd6.c
493
int
oldflags
= ia6->ia6_flags;
local
495
if ((
oldflags
& IN6_IFF_DEPRECATED) == 0) {
/src/sys/fs/nfs/server/
nfs_nfsdstate.c
152
int
oldflags
, uint64_t first, uint64_t end, struct nfslockconflict *cfp,
5611
nfsrv_dolocal(vnode_t vp, struct nfslockfile *lfp, int flags, int
oldflags
,
5623
if (
oldflags
& NFSLCK_WRITE)
5625
else if (
oldflags
& NFSLCK_READ)
/src/sys/fs/nfs/client/
nfs_clvnops.c
3161
int
oldflags
= bp->b_flags;
local
3200
if( (
oldflags
& B_ASYNC) == 0) {
3203
if (
oldflags
& B_DELWRI) {
Completed in 38 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026