Home
last modified time | relevance | path

Searched refs:handle_follows (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dwebnfs.x278 union wln_post_op_fh3 switch (bool handle_follows) {
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_srv.c1871 resp->resok.obj.handle_follows = FALSE; in rfs3_create()
1873 resp->resok.obj.handle_follows = TRUE; in rfs3_create()
2034 resp->resok.obj.handle_follows = FALSE; in rfs3_mkdir()
2036 resp->resok.obj.handle_follows = TRUE; in rfs3_mkdir()
2212 resp->resok.obj.handle_follows = TRUE; in rfs3_symlink()
2410 resp->resok.obj.handle_follows = TRUE; in rfs3_mknod()
3673 infop[i].fh.handle_follows = FALSE; in rfs3_readdirplus()
3684 infop[i].fh.handle_follows = FALSE; in rfs3_readdirplus()
3698 infop[i].fh.handle_follows = FALSE; in rfs3_readdirplus()
3704 infop[i].fh.handle_follows = TRUE; in rfs3_readdirplus()
[all …]
H A Dnfs3_xdr.c966 if (!xdr_bool(xdrs, &objp->handle_follows)) in xdr_post_op_fh3()
968 switch (objp->handle_follows) { in xdr_post_op_fh3()
H A Dnfs3_vnops.c2497 if (!res.resok.obj.handle_follows) { in nfs3create()
2782 if (!res.resok.obj.handle_follows) { in nfs3mknod()
3437 if (!res.resok.obj.handle_follows) { in nfs3_mkdir()
3642 if (res.resok.obj.handle_follows) { in nfs3_symlink()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_elf.c1156 if (res->nfslog_CREATE3res_u.ok.obj.handle_follows) { in nfslog_CREATE3res_print()
1170 if (res->nfslog_MKDIR3res_u.obj.handle_follows) { in nfslog_MKDIR3res_print()
1184 if (res->nfslog_SYMLINK3res_u.obj.handle_follows) { in nfslog_SYMLINK3res_print()
1198 if (res->nfslog_MKNOD3res_u.obj.handle_follows) { in nfslog_MKNOD3res_print()
H A Dfhtab.c1656 !res->nfslog_CREATE3res_u.ok.obj.handle_follows) in nfslog_CREATE3_fhargs()
1702 !res->nfslog_MKDIR3res_u.obj.handle_follows) in nfslog_MKDIR3_fhargs()
1904 !res->nfslog_MKNOD3res_u.obj.handle_follows) in nfslog_MKNOD3_fhargs()
1949 !res->nfslog_SYMLINK3res_u.obj.handle_follows) in nfslog_SYMLINK3_fhargs()
H A Dnfs_log_xdr.c175 if (!xdr_bool(xdrs, &objp->handle_follows)) in xdr_post_op_fh3()
177 switch (objp->handle_follows) { in xdr_post_op_fh3()
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs_prot.x503 union post_op_fh3 switch (bool handle_follows) {
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h1282 bool_t handle_follows; member