Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/fs/nfsclient/
Dnfs_clvnops.c351 int error = 0, attrflag, i, lrupos; in nfs34_access_otw() local
356 error = nfsrpc_accessrpc(vp, wmode, cred, td, &nfsva, &attrflag, in nfs34_access_otw()
358 if (attrflag) in nfs34_access_otw()
1081 int error, ret, attrflag, i; in nfs_setattrrpc() local
1092 error = nfsrpc_setattr(vp, vap, NULL, cred, td, &nfsva, &attrflag, in nfs_setattrrpc()
1094 if (attrflag) { in nfs_setattrrpc()
1120 int error = 0, attrflag, dattrflag, ltype, ncticks; in nfs_lookup() local
1232 cnp->cn_cred, td, &dnfsva, &nfsva, &nfhp, &attrflag, &dattrflag, in nfs_lookup()
1310 attrflag = 0; in nfs_lookup()
1313 if (attrflag) in nfs_lookup()
[all …]
Dnfs_clvfsops.c290 int error = 0, attrflag, gotfsinfo = 0, ret; in nfs_statfs() local
308 &attrflag, NULL); in nfs_statfs()
315 &attrflag, NULL); in nfs_statfs()
318 if (attrflag == 0) { in nfs_statfs()
367 int error, attrflag; in ncl_fsinfo() local
369 error = nfsrpc_fsinfo(vp, &fs, cred, td, &nfsva, &attrflag, NULL); in ncl_fsinfo()
371 if (attrflag) in ncl_fsinfo()
Dnfs_clrpcops.c3317 int attrflag, tryformoredirs = 1, eof = 0, gotmnton = 0; in nfsrpc_readdirplus() local
3604 attrflag = fxdr_unsigned(int, *tl); in nfsrpc_readdirplus()
3605 if (attrflag) { in nfsrpc_readdirplus()
3616 if (!attrflag && nfhp != NULL) { in nfsrpc_readdirplus()
6227 int attrflag, error, retlen; in nfsrpc_readds() local
6266 error = nfscl_postop_attr(nd, &na, &attrflag, NULL); in nfsrpc_readds()
6302 int attrflag, error, rlen, commit, committed = NFSWRITE_FILESYNC; in nfsrpc_writeds() local
6359 error = nfscl_wcc_data(nd, vp, &na, &attrflag, NULL, in nfsrpc_writeds()
6436 int attrflag, error, commit, committed = NFSWRITE_FILESYNC, rlen; in nfsrpc_writedsmir() local
6489 error = nfscl_wcc_data(nd, vp, &na, &attrflag, NULL, in nfsrpc_writedsmir()
[all …]