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

/opensolaris-onvv-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_flush.c124 if ((ofile->f_node->flags & NODE_FLAGS_WRITE_THROUGH) == 0)
125 (void) smb_fsop_commit(sr, sr->user_cr, ofile->f_node);
H A Dsmb_unlock_byte_range.c85 result = smb_unlock_range(sr, sr->fid_ofile->f_node,
H A Dsmb_ofile.c215 of->f_node = node;
316 (void) smb_node_set_delete_on_close(of->f_node,
319 smb_fsop_unshrlock(of->f_cr, of->f_node, of->f_uniqid);
320 smb_node_destroy_lock_by_ofile(of->f_node, of);
322 if (smb_node_is_file(of->f_node))
323 (void) smb_fsop_close(of->f_node, of->f_mode,
330 if (of->f_node->flags & NODE_FLAGS_NOTIFY_CHANGE)
340 if (of->f_node != NULL) {
341 smb_node_dec_open_ofiles(of->f_node);
342 smb_oplock_release(of->f_node, o
[all...]
H A Dsmb_locking_andx.c270 smb_oplock_ack(ofile->f_node, ofile, brk);
316 result = smb_unlock_range(sr, sr->fid_ofile->f_node,
349 result = smb_unlock_range(sr, sr->fid_ofile->f_node,
H A Dsmb_nt_create_andx.c273 op->fqi.fq_dnode = op->dir->f_node;
287 node = sr->fid_ofile->f_node;
H A Dsmb_nt_transact_ioctl.c169 node = sr->fid_ofile->f_node;
241 node = sr->fid_ofile->f_node;
278 node = sr->fid_ofile->f_node;
H A Dsmb_nt_transact_create.c182 op->fqi.fq_dnode = op->dir->f_node;
198 node = sr->fid_ofile->f_node;
H A Dsmb_nt_transact_security.c81 if ((sr->fid_ofile->f_node == NULL) ||
171 if ((sr->fid_ofile->f_node == NULL) ||
208 if (!smb_node_is_system(sr->fid_ofile->f_node))
H A Dsmb_write.c316 status = smb_unlock_range(sr, sr->fid_ofile->f_node, param->rw_offset,
468 node = ofile->f_node;
535 smb_node_t *node = ofile->f_node;
H A Dsmb_lock.c146 smb_node_t *node = file->f_node;
177 ASSERT(node == clock->l_file->f_node);
631 smb_llist_exit(&c_lock->l_file->f_node->n_lock_list);
642 smb_llist_enter(&c_lock->l_file->f_node->n_lock_list,
H A Dsmb_open_andx.c282 node = sr->fid_ofile->f_node;
395 node = sr->fid_ofile->f_node;
H A Dsmb_sd.c134 node = sr->fid_ofile->f_node;
167 node = sr->fid_ofile->f_node;
H A Dsmb_print.c283 node = sr->fid_ofile->f_node;
H A Dsmb_nt_transact_quota.c158 if ((ofile->f_node == NULL) || (ofile->f_ftype != SMB_FTYPE_DISK)) {
291 if ((ofile->f_node == NULL) || (ofile->f_ftype != SMB_FTYPE_DISK)) {
H A Dsmb_nt_transact_notify_change.c202 node = sr->fid_ofile->f_node;
H A Dsmb_read.c536 node = ofile->f_node;
H A Dsmb_query_fileinfo.c258 node = sr->fid_ofile->f_node;
H A Dsmb_set_fileinfo.c246 sinfo.si_node = sr->fid_ofile->f_node;
H A Dsmb_common_open.c992 smb_node_t *node = of->f_node;
/opensolaris-onvv-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsvcctl_scm.c741 svcctl_svc_node_t *f_node = NULL; local
748 f_node = uu_avl_find(mgr_ctx->mc_svcs, &node,
750 if (f_node != NULL)
751 return (f_node);
756 f_node = uu_avl_find(mgr_ctx->mc_svcs, &node,
759 return (f_node);
/opensolaris-onvv-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1123 smb_node_file_is_readonly((of)->f_node) || \
1124 (((of)->f_node->readonly_creator) && \
1125 ((of)->f_node->readonly_creator != (of))))
1219 smb_node_t *f_node; member in struct:smb_ofile
H A Dsmb_kproto.h577 #define SMB_OFILE_GET_NODE(of) ((of)->f_node)
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c1010 di_node_t f_node; local
1016 f_node = di_drv_first_node(PICL_CLASS_SEEPROM, root_node);
1017 if (f_node != DI_NODE_NIL) {
1018 phys_path = di_devfs_path(f_node);
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c1081 di_node_t f_node; local
1087 f_node = di_drv_first_node(PICL_CLASS_SEEPROM, root_node);
1088 if (f_node != DI_NODE_NIL) {
1089 phys_path = di_devfs_path(f_node);
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c1244 mdb_printf("SMB Node: %p\n", of->f_node);
1261 of->f_fid, of->f_node, of->f_cr);

Completed in 215 milliseconds