Searched refs:ro (Results 1 - 25 of 50) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dsend.c76 struct rdsv3_rdma_op *ro; local
84 ro = rm->m_rdma_op;
85 if (ro && ro->r_mapped) {
88 rm, rm->m_flags, ro->r_mapped,
89 ro->r_rdma_sg[0].mihdl,
90 ro->r_rdma_sg[0].swr.wr_sgl);
91 rdsv3_ib_send_unmap_rdma(conn->c_transport_data, ro);
485 struct rdsv3_rdma_op *ro; local
492 ro
537 struct rdsv3_rdma_op *ro; local
636 struct rdsv3_rdma_op *ro = rm->m_rdma_op; local
[all...]
H A Drdma.c425 rdsv3_rdma_free_op(struct rdsv3_rdma_op *ro) argument
430 for (i = 0; i < ro->r_nents; i++) {
431 ddi_umem_unlock(ro->r_rdma_sg[i].umem_cookie);
434 if (ro->r_notifier)
435 kmem_free(ro->r_notifier, sizeof (*ro->r_notifier));
436 kmem_free(ro, sizeof (*ro));
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_acl_srv.c80 struct svc_req *req, cred_t *cr, bool_t ro)
194 struct svc_req *req, cred_t *cr, bool_t ro)
206 if (rdonly(ro, vp)) {
249 struct svc_req *req, cred_t *cr, bool_t ro)
288 struct svc_req *req, cred_t *cr, bool_t ro)
307 if (rdonly(ro, vp) && (vp->v_type == VREG || vp->v_type == VDIR))
384 struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro)
449 struct svc_req *req, cred_t *cr, bool_t ro)
560 struct svc_req *req, cred_t *cr, bool_t ro)
580 if (rdonly(ro, v
79 acl2_getacl(GETACL2args *args, GETACL2res *resp, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
193 acl2_setacl(SETACL2args *args, SETACL2res *resp, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
248 acl2_getattr(GETATTR2args *args, GETATTR2res *resp, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
287 acl2_access(ACCESS2args *args, ACCESS2res *resp, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
383 acl2_getxattrdir(GETXATTRDIR2args *args, GETXATTRDIR2res *resp, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
448 acl3_getacl(GETACL3args *args, GETACL3res *resp, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
559 acl3_setacl(SETACL3args *args, SETACL3res *resp, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
623 acl3_getxattrdir(GETXATTRDIR3args *args, GETXATTRDIR3res *resp, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
[all...]
H A Dnfs_srv.c99 struct svc_req *req, cred_t *cr, bool_t ro)
146 struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro)
164 if (rdonly(ro, vp)) {
338 struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro)
488 struct svc_req *req, cred_t *cr, bool_t ro)
635 struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro)
919 struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro)
940 if (rdonly(ro, vp)) {
1139 bool_t ro; member in struct:rfs_async_write
1169 struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro)
98 rfs_getattr(fhandle_t *fhp, struct nfsattrstat *ns, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
145 rfs_setattr(struct nfssaargs *args, struct nfsattrstat *ns, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
337 rfs_lookup(struct nfsdiropargs *da, struct nfsdiropres *dr, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
487 rfs_readlink(fhandle_t *fhp, struct nfsrdlnres *rl, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
634 rfs_read(struct nfsreadargs *ra, struct nfsrdresult *rr, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
918 rfs_write_sync(struct nfswriteargs *wa, struct nfsattrstat *ns, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
1168 rfs_write(struct nfswriteargs *wa, struct nfsattrstat *ns, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
1674 rfs_create(struct nfscreatargs *args, struct nfsdiropres *dr, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
1942 rfs_remove(struct nfsdiropargs *da, enum nfsstat *status, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
2034 rfs_rename(struct nfsrnmargs *args, enum nfsstat *status, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
2183 rfs_link(struct nfslinkargs *args, enum nfsstat *status, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
2269 rfs_symlink(struct nfsslargs *args, enum nfsstat *status, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
2363 rfs_mkdir(struct nfscreatargs *args, struct nfsdiropres *dr, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
2455 rfs_rmdir(struct nfsdiropargs *da, enum nfsstat *status, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
2519 rfs_readdir(struct nfsrddirargs *rda, struct nfsrddirres *rd, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
2664 rfs_statfs(fhandle_t *fh, struct nfsstatfs *fs, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
[all...]
H A Dnfs3_srv.c92 struct svc_req *req, cred_t *cr, bool_t ro)
153 struct svc_req *req, cred_t *cr, bool_t ro)
228 if (rdonly(ro, vp)) {
368 struct svc_req *req, cred_t *cr, bool_t ro)
578 struct svc_req *req, cred_t *cr, bool_t ro)
607 if (rdonly(ro, vp) && (vp->v_type == VREG || vp->v_type == VDIR))
734 struct svc_req *req, cred_t *cr, bool_t ro)
917 struct svc_req *req, cred_t *cr, bool_t ro)
1256 struct svc_req *req, cred_t *cr, bool_t ro)
1349 if (rdonly(ro, v
91 rfs3_getattr(GETATTR3args *args, GETATTR3res *resp, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
152 rfs3_setattr(SETATTR3args *args, SETATTR3res *resp, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
367 rfs3_lookup(LOOKUP3args *args, LOOKUP3res *resp, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
577 rfs3_access(ACCESS3args *args, ACCESS3res *resp, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
733 rfs3_readlink(READLINK3args *args, READLINK3res *resp, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
916 rfs3_read(READ3args *args, READ3res *resp, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
1255 rfs3_write(WRITE3args *args, WRITE3res *resp, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
1507 rfs3_create(CREATE3args *args, CREATE3res *resp, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
1870 rfs3_mkdir(MKDIR3args *args, MKDIR3res *resp, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
2018 rfs3_symlink(SYMLINK3args *args, SYMLINK3res *resp, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
2192 rfs3_mknod(MKNOD3args *args, MKNOD3res *resp, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
2389 rfs3_remove(REMOVE3args *args, REMOVE3res *resp, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
2534 rfs3_rmdir(RMDIR3args *args, RMDIR3res *resp, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
2661 rfs3_rename(RENAME3args *args, RENAME3res *resp, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
2893 rfs3_link(LINK3args *args, LINK3res *resp, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
3097 rfs3_readdir(READDIR3args *args, READDIR3res *resp, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
3354 rfs3_readdirplus(READDIRPLUS3args *args, READDIRPLUS3res *resp, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
3718 rfs3_fsstat(FSSTAT3args *args, FSSTAT3res *resp, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
3812 rfs3_fsinfo(FSINFO3args *args, FSINFO3res *resp, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
3921 rfs3_pathconf(PATHCONF3args *args, PATHCONF3res *resp, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
4018 rfs3_commit(COMMIT3args *args, COMMIT3res *resp, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
[all...]
H A Dnfs_server.c653 struct svc_req *req, cred_t *cr, bool_t ro)
660 struct svc_req *req, cred_t *cr, bool_t ro)
671 struct svc_req *req, cred_t *cr, bool_t ro)
1508 bool_t ro = FALSE; local
1664 &ro);
1708 (*disp->dis_proc)(args, res, exi, req, cr, ro);
1738 (*disp->dis_proc)(args, res, exi, req, cr, ro);
2012 bool_t publicfh_ok, bool_t *ro)
2087 *ro = TRUE;
652 rpc_null(caddr_t *argp, caddr_t *resp, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
659 rpc_null_v3(caddr_t *argp, caddr_t *resp, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
670 rfs_error(caddr_t *argp, caddr_t *resp, struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro) argument
2011 checkauth(struct exportinfo *exi, struct svc_req *req, cred_t *cr, int anon_ok, bool_t publicfh_ok, bool_t *ro) argument
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfcph.h163 uint32_t ro; member in struct:frame_header
177 uint32_t ro;
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dfs-root89 mntopts='ro,largefiles'
96 checkopt ro $mntopts
98 mntopts="ro,$mntopts"
H A Dfs-usr115 checkopt ro $mntopts
/illumos-gate/usr/src/cmd/fs.d/nfs/exportfs/
H A Dexportfs.sh52 ro | rw ) OPTS="${OPTS}$i=$access," ; ropt="true" ;;
57 if [ ! "$ropt" ] ; then OPTS="ro=$access,$OPTS" ; fi
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdma.h98 void rdsv3_rdma_free_op(struct rdsv3_rdma_op *ro);
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_enm.c251 boolean_t ro; local
257 if ((err = nwam_enm_prop_read_only(propname, &ro)) != NWAM_SUCCESS)
259 if (ro) {
301 boolean_t ro; local
307 (err = nwam_enm_prop_read_only(propname, &ro)) != NWAM_SUCCESS)
309 if (ro)
H A Dlibnwam_loc.c362 boolean_t ro; local
367 if ((err = nwam_loc_prop_read_only(propname, &ro)) != NWAM_SUCCESS)
369 if (ro)
400 boolean_t ro; local
406 (err = nwam_loc_prop_read_only(propname, &ro)) != NWAM_SUCCESS)
408 if (ro)
/illumos-gate/usr/src/cmd/boot/scripts/
H A Droot_archive.ksh97 /usr/sbin/mount -o ro,nologging $LOFIDEV $MNT
100 /usr/sbin/mount -F hsfs -o ro $LOFIDEV $MNT
/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcal.h56 uint32_t ro; member in struct:FC2_FRAME_HDR
H A Dfc.h56 uint_t ro; member in struct:FC2_FRAME_HDR
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h108 #define M_RO 0x01 /* exported ro to all */
109 #define M_ROL 0x02 /* exported ro to all listed */
111 #define M_RWL 0x08 /* exported ro to all listed */
596 #define rdonly(ro, vp) ((ro) || vn_is_readonly(vp))
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c81 static int ro = 0; variable
210 ro++;
241 * also be specified as flags (e.g, "-r" and "ro"/"rw") when both
261 replace_opts(opts, ro, MNTOPT_RO, MNTOPT_RW);
694 "\t ro,rw,nosuid,remount,f,m,\n"
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c237 int ro = 0; local
261 while ((c = getopt(argc, argv, "ro:mOq")) != EOF) {
264 ro++;
339 r = mount_nfs(&mnt, ro, &retry_error);
358 r = retry(&mnt, ro);
391 mount_nfs(struct mnttab *mntp, int ro, err_ret_t *retry_error) argument
415 if (ro) {
417 /* convert "rw"->"ro" */
2569 retry(struct mnttab *mntp, int ro) argument
2591 if ((r = mount_nfs(mntp, ro, NUL
[all...]
/illumos-gate/usr/src/cmd/stmsboot/
H A Dmpxio-upgrade183 mntopts='ro,largefiles'
190 checkopt ro $mntopts
191 if [ "$option" != "ro" ]; then
192 mntopts="ro,$mntopts"
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.h283 (x_fhdr)->ro = FRM_PARAM(x_frm); \
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_share.c758 * Precedence is none is checked first followed by ro then rw if
768 int ro = 0; local
775 ro = smb_chk_hostaccess(ipaddr, ro_list);
782 else if (ro != 0)
790 if (ro > 0)
794 } else if (ro < 0) {
804 else if (ro > 0)
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgserv.c389 pkgopenserver(const char *root, const char *sadmdir, boolean_t ro) argument
391 return (pkgopenserver_i(root, sadmdir, ro, pkgservergetmode()));
/illumos-gate/usr/src/cmd/allocate/
H A Ddisk_clean.sh317 # Try again in readonly mode. cdrom is always mounted ro, so
321 VOLUME_MOUNT_MODE=ro; export VOLUME_MOUNT_MODE
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dpm3393.c564 if (ro & ((name - SUNI1x10GEXP_REG_MSTAT_COUNTER_0_LOW) >> 2)) \
572 u64 ro; local
584 ro = (u16)val0 | (((u16)val1) << 16) | ((u64)((u16)val2) << 32)

Completed in 117 milliseconds

12