Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/fs/nfsclient/
Dnfs_clvnops.c296 int error = 0, attrflag, i, lrupos; in nfs34_access_otw() local
301 error = nfsrpc_accessrpc(vp, wmode, cred, td, &nfsva, &attrflag, in nfs34_access_otw()
303 if (attrflag) in nfs34_access_otw()
1008 int error, ret, attrflag, i; in nfs_setattrrpc() local
1019 error = nfsrpc_setattr(vp, vap, NULL, cred, td, &nfsva, &attrflag, in nfs_setattrrpc()
1021 if (attrflag) { in nfs_setattrrpc()
1047 int error = 0, attrflag, dattrflag, ltype, ncticks; in nfs_lookup() local
1157 cnp->cn_cred, td, &dnfsva, &nfsva, &nfhp, &attrflag, &dattrflag, in nfs_lookup()
1222 if (attrflag) in nfs_lookup()
1265 if (attrflag) in nfs_lookup()
[all …]
Dnfs_clvfsops.c282 int error = 0, attrflag, gotfsinfo = 0, ret; in nfs_statfs() local
300 &attrflag, NULL); in nfs_statfs()
307 &attrflag, NULL); in nfs_statfs()
310 if (attrflag == 0) { in nfs_statfs()
359 int error, attrflag; in ncl_fsinfo() local
361 error = nfsrpc_fsinfo(vp, &fs, cred, td, &nfsva, &attrflag, NULL); in ncl_fsinfo()
363 if (attrflag) in ncl_fsinfo()
Dnfs_clrpcops.c3176 int attrflag, tryformoredirs = 1, eof = 0, gotmnton = 0; in nfsrpc_readdirplus() local
3450 attrflag = fxdr_unsigned(int, *tl); in nfsrpc_readdirplus()
3451 if (attrflag) { in nfsrpc_readdirplus()
3462 if (!attrflag && nfhp != NULL) { in nfsrpc_readdirplus()
/freebsd-10-stable/sys/nfsclient/
Dnfs_vnops.c289 int error = 0, attrflag, i, lrupos; in nfs3_access_otw() local
304 nfsm_postop_attr(vp, attrflag); in nfs3_access_otw()
939 int error = 0, attrflag, dattrflag, fhsize, ltype, ncticks; in nfs_lookup() local
1034 attrflag = dattrflag = 0; in nfs_lookup()
1071 nfsm_postop_attr(newvp, attrflag); in nfs_lookup()
1072 nfsm_postop_attr(dvp, attrflag); in nfs_lookup()
1145 nfsm_postop_attr_va(newvp, attrflag, &vattr); in nfs_lookup()
1149 attrflag = 1; in nfs_lookup()
1155 attrflag != 0 && (newvp->v_type != VDIR || dattrflag != 0)) in nfs_lookup()
1248 int error = 0, len, attrflag; in nfs_readlinkrpc() local
[all …]