Home
last modified time | relevance | path

Searched refs:attrflag (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/fs/nfs/client/
Dnfs_clvnops.c290 int error = 0, attrflag, i, lrupos; in nfs34_access_otw() local
295 error = nfsrpc_accessrpc(vp, wmode, cred, td, &nfsva, &attrflag, in nfs34_access_otw()
297 if (attrflag) in nfs34_access_otw()
1002 int error, ret, attrflag, i; in nfs_setattrrpc() local
1013 error = nfsrpc_setattr(vp, vap, NULL, cred, td, &nfsva, &attrflag, in nfs_setattrrpc()
1015 if (attrflag) { in nfs_setattrrpc()
1041 int error = 0, attrflag, dattrflag, ltype, ncticks; in nfs_lookup() local
1151 cnp->cn_cred, td, &dnfsva, &nfsva, &nfhp, &attrflag, &dattrflag, in nfs_lookup()
1216 if (attrflag) in nfs_lookup()
1259 if (attrflag) in nfs_lookup()
[all …]
Dnfs_clvfsops.c289 int error = 0, attrflag, gotfsinfo = 0, ret; in nfs_statfs() local
307 &attrflag, NULL); in nfs_statfs()
314 &attrflag, NULL); in nfs_statfs()
317 if (attrflag == 0) { in nfs_statfs()
366 int error, attrflag; in ncl_fsinfo() local
368 error = nfsrpc_fsinfo(vp, &fs, cred, td, &nfsva, &attrflag, NULL); in ncl_fsinfo()
370 if (attrflag) in ncl_fsinfo()
Dnfs_clrpcops.c3143 int attrflag, tryformoredirs = 1, eof = 0, gotmnton = 0; in nfsrpc_readdirplus() local
3417 attrflag = fxdr_unsigned(int, *tl); in nfsrpc_readdirplus()
3418 if (attrflag) { in nfsrpc_readdirplus()
3429 if (!attrflag && nfhp != NULL) { in nfsrpc_readdirplus()
/netbsd/src/sys/nfs/
Dnfs_vnops.c285 int error = 0, attrflag; in nfs_access() local
342 nfsm_postop_attr(vp, attrflag, 0); in nfs_access()
746 int error = 0, attrflag, fhsize; in nfs_lookup() local
873 nfsm_postop_attr(dvp, attrflag, 0); in nfs_lookup()
895 nfsm_postop_attr(newvp, attrflag, 0); in nfs_lookup()
896 nfsm_postop_attr(dvp, attrflag, 0); in nfs_lookup()
933 nfsm_postop_attr(newvp, attrflag, 0); in nfs_lookup()
934 nfsm_postop_attr(dvp, attrflag, 0); in nfs_lookup()
950 nfsm_postop_attr(newvp, attrflag, 0); in nfs_lookup()
951 nfsm_postop_attr(dvp, attrflag, 0); in nfs_lookup()
[all …]
/netbsd/src/sys/lib/libsa/
Dnfs.c412 n_long attrflag; in nfs_readdata() member
421 n_long attrflag; in nfs_readdata() member
511 if (replv3->attrflag) { in nfs_readdata()