OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_attrstamp
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/nfs/
nfsnode.h
162
time_t
n_attrstamp
; /* Attr. cache timestamp */
member in struct:nfsnode
282
#define NFS_INVALIDATE_ATTRCACHE(np) (np)->
n_attrstamp
= 0
nfs_clntsubs.c
298
np->
n_attrstamp
= time_second;
323
if (np->
n_attrstamp
== 0 ||
324
(time_second - np->
n_attrstamp
) >= nfs_attrtimeo(nmp, np)) {
nfs_vnops.c
1000
KASSERT(VTONFS(newvp)->
n_attrstamp
== 0);
/src/sys/fs/nfs/client/
nfs_clsubs.c
219
(time_second - np->
n_attrstamp
), timeo);
222
if ((time_second - np->
n_attrstamp
) >= timeo &&
223
(mustflush != 0 || np->
n_attrstamp
== 0)) {
nfsnode.h
98
time_t
n_attrstamp
; /* Attr. cache timestamp */
member in struct:nfsnode
nfs_clvnops.c
543
np->
n_attrstamp
= 0;
751
np->
n_attrstamp
= 0;
1106
newnp->
n_attrstamp
= 0;
1287
np->
n_attrstamp
= 0;
1486
dnp->
n_attrstamp
= 0;
1634
dnp->
n_attrstamp
= 0;
1697
np->
n_attrstamp
= 0;
1749
dnp->
n_attrstamp
= 0;
1927
fdnp->
n_attrstamp
= 0;
1937
tdnp->
n_attrstamp
= 0
[
all
...]
nfs_clbio.c
333
* attributes this could be forced by setting
n_attrstamp
to 0 before
367
np->
n_attrstamp
= 0;
899
np->
n_attrstamp
= 0;
918
np->
n_attrstamp
= 0;
979
np->
n_attrstamp
= 0;
1355
np->
n_attrstamp
= 0;
1543
np->
n_attrstamp
= 0;
1793
np->
n_attrstamp
= 0;
nfs_clnode.c
352
np->
n_attrstamp
= 0;
nfs_clport.c
508
np->
n_attrstamp
= time_second;
514
* zero np->
n_attrstamp
to indicate that
518
np->
n_attrstamp
= 0;
566
np->
n_attrstamp
= 0;
581
if (np->
n_attrstamp
!= 0)
/src/sys/fs/nfs/common/
nfsport.h
981
#define NFSINVALATTRCACHE(n) ((n)->
n_attrstamp
= 0)
Completed in 27 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026