Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/fs/nfsclient/
HDnfs_clvnops.c401 int error = 0, attrflag, i, lrupos; in nfs34_access_otw() local
406 error = nfsrpc_accessrpc(vp, wmode, cred, td, &nfsva, &attrflag, in nfs34_access_otw()
408 if (attrflag) in nfs34_access_otw()
1173 int error, ret, attrflag, i; in nfs_setattrrpc() local
1184 error = nfsrpc_setattr(vp, vap, NULL, cred, td, &nfsva, &attrflag, in nfs_setattrrpc()
1186 if (attrflag) { in nfs_setattrrpc()
1212 int error = 0, attrflag, dattrflag, ltype, ncticks; in nfs_lookup() local
1323 cnp->cn_cred, td, &dnfsva, &nfsva, &nfhp, &attrflag, &dattrflag, in nfs_lookup()
1401 attrflag = 0; in nfs_lookup()
1404 if (attrflag) in nfs_lookup()
[all …]
HDnfs_clvfsops.c290 int error = 0, attrflag, gotfsinfo = 0, ret; in nfs_statfs() local
332 &attrflag, NULL); in nfs_statfs()
339 &nfsva, &attrflag, NULL); in nfs_statfs()
353 if (attrflag == 0) { in nfs_statfs()
402 int error, attrflag; in ncl_fsinfo() local
404 error = nfsrpc_fsinfo(vp, &fs, cred, td, &nfsva, &attrflag, NULL); in ncl_fsinfo()
406 if (attrflag) in ncl_fsinfo()
HDnfs_clrpcops.c3557 int attrflag, tryformoredirs = 1, eof = 0, gotmnton = 0; in nfsrpc_readdirplus() local
3884 attrflag = fxdr_unsigned(int, *tl); in nfsrpc_readdirplus()
3885 if (attrflag) { in nfsrpc_readdirplus()
3896 if (!attrflag && nfhp != NULL) { in nfsrpc_readdirplus()
6611 int attrflag, error, retlen; in nfsrpc_readds() local
6652 error = nfscl_postop_attr(nd, &na, &attrflag, NULL); in nfsrpc_readds()
6688 int attrflag, error, rlen, commit, committed = NFSWRITE_FILESYNC; in nfsrpc_writeds() local
6751 error = nfscl_wcc_data(nd, vp, &na, &attrflag, NULL, in nfsrpc_writeds()
6829 int attrflag, error, commit, committed = NFSWRITE_FILESYNC, rlen; in nfsrpc_writedsmir() local
6878 error = nfscl_wcc_data(nd, vp, &na, &attrflag, NULL, in nfsrpc_writedsmir()
[all …]