Searched refs:handle_follows (Results 1 – 9 of 9) sorted by relevance
280 union wln_post_op_fh3 switch (bool handle_follows) {
1812 resp->resok.obj.handle_follows = FALSE; in rfs3_create()1814 resp->resok.obj.handle_follows = TRUE; in rfs3_create()1972 resp->resok.obj.handle_follows = FALSE; in rfs3_mkdir()1974 resp->resok.obj.handle_follows = TRUE; in rfs3_mkdir()2137 resp->resok.obj.handle_follows = FALSE; in rfs3_symlink()2145 resp->resok.obj.handle_follows = FALSE; in rfs3_symlink()2147 resp->resok.obj.handle_follows = TRUE; in rfs3_symlink()2341 resp->resok.obj.handle_follows = FALSE; in rfs3_mknod()2343 resp->resok.obj.handle_follows = TRUE; in rfs3_mknod()3589 infop[i].fh.handle_follows = FALSE; in rfs3_readdirplus()[all …]
967 if (!xdr_bool(xdrs, &objp->handle_follows)) in xdr_post_op_fh3()969 switch (objp->handle_follows) { in xdr_post_op_fh3()
2496 if (!res.resok.obj.handle_follows) { in nfs3create()2781 if (!res.resok.obj.handle_follows) { in nfs3mknod()3436 if (!res.resok.obj.handle_follows) { in nfs3_mkdir()3641 if (res.resok.obj.handle_follows) { in nfs3_symlink()
1158 if (res->nfslog_CREATE3res_u.ok.obj.handle_follows) { in nfslog_CREATE3res_print()1172 if (res->nfslog_MKDIR3res_u.obj.handle_follows) { in nfslog_MKDIR3res_print()1186 if (res->nfslog_SYMLINK3res_u.obj.handle_follows) { in nfslog_SYMLINK3res_print()1200 if (res->nfslog_MKNOD3res_u.obj.handle_follows) { in nfslog_MKNOD3res_print()
177 if (!xdr_bool(xdrs, &objp->handle_follows)) in xdr_post_op_fh3()179 switch (objp->handle_follows) { in xdr_post_op_fh3()
1658 !res->nfslog_CREATE3res_u.ok.obj.handle_follows) in nfslog_CREATE3_fhargs()1704 !res->nfslog_MKDIR3res_u.obj.handle_follows) in nfslog_MKDIR3_fhargs()1906 !res->nfslog_MKNOD3res_u.obj.handle_follows) in nfslog_MKNOD3_fhargs()1951 !res->nfslog_SYMLINK3res_u.obj.handle_follows) in nfslog_SYMLINK3_fhargs()
506 union post_op_fh3 switch (bool handle_follows) {
1205 bool_t handle_follows; member