Home
last modified time | relevance | path

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

/NextBSD/sys/fs/nfsclient/
HDnfs_clvnops.c295 int error = 0, attrflag, i, lrupos; in nfs34_access_otw() local
300 error = nfsrpc_accessrpc(vp, wmode, cred, td, &nfsva, &attrflag, in nfs34_access_otw()
302 if (attrflag) in nfs34_access_otw()
1007 int error, ret, attrflag, i; in nfs_setattrrpc() local
1018 error = nfsrpc_setattr(vp, vap, NULL, cred, td, &nfsva, &attrflag, in nfs_setattrrpc()
1020 if (attrflag) { in nfs_setattrrpc()
1046 int error = 0, attrflag, dattrflag, ltype, ncticks; in nfs_lookup() local
1156 cnp->cn_cred, td, &dnfsva, &nfsva, &nfhp, &attrflag, &dattrflag, in nfs_lookup()
1221 if (attrflag) in nfs_lookup()
1264 if (attrflag) in nfs_lookup()
[all …]
HDnfs_clvfsops.c287 int error = 0, attrflag, gotfsinfo = 0, ret; in nfs_statfs() local
305 &attrflag, NULL); in nfs_statfs()
312 &attrflag, NULL); in nfs_statfs()
315 if (attrflag == 0) { in nfs_statfs()
364 int error, attrflag; in ncl_fsinfo() local
366 error = nfsrpc_fsinfo(vp, &fs, cred, td, &nfsva, &attrflag, NULL); in ncl_fsinfo()
368 if (attrflag) in ncl_fsinfo()
HDnfs_clrpcops.c3141 int attrflag, tryformoredirs = 1, eof = 0, gotmnton = 0; in nfsrpc_readdirplus() local
3415 attrflag = fxdr_unsigned(int, *tl); in nfsrpc_readdirplus()
3416 if (attrflag) { in nfsrpc_readdirplus()
3427 if (!attrflag && nfhp != NULL) { in nfsrpc_readdirplus()