/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_ofile.c | 225 of->f_node = node; in smb_ofile_open() 370 (void) smb_node_set_delete_on_close(of->f_node, in smb_ofile_close() 373 smb_fsop_unshrlock(of->f_cr, of->f_node, of->f_uniqid); in smb_ofile_close() 374 smb_node_destroy_lock_by_ofile(of->f_node, of); in smb_ofile_close() 376 if (smb_node_is_file(of->f_node)) { in smb_ofile_close() 377 (void) smb_fsop_close(of->f_node, of->f_mode, in smb_ofile_close() 379 smb_oplock_release(of->f_node, of); in smb_ofile_close() 381 if (smb_node_dec_open_ofiles(of->f_node) == 0) { in smb_ofile_close() 389 of->f_node->n_pending_dosattr; in smb_ofile_close() 393 of->f_node->n_allocsz = 0; in smb_ofile_close() [all …]
|
H A D | smb_nt_transact_ioctl.c | 171 if (smb_node_is_dir(of->f_node)) { in smb_nt_trans_ioctl_set_sparse() 189 rc = smb_node_getattr(sr, of->f_node, zone_kcred(), of, &attr); in smb_nt_trans_ioctl_set_sparse() 208 rc = smb_node_setattr(sr, of->f_node, of->f_cr, of, &attr); in smb_nt_trans_ioctl_set_sparse() 247 node = sr->fid_ofile->f_node; in smb_nt_trans_ioctl_set_zero_data() 285 if (smb_node_is_dir(of->f_node)) { in smb_nt_trans_ioctl_query_alloc_ranges() 293 rc = smb_node_getattr(sr, of->f_node, of->f_cr, of, &attr); in smb_nt_trans_ioctl_query_alloc_ranges()
|
H A D | smb_locking_andx.c | 258 if (ofile->f_node == NULL) { in smb_com_locking_andx() 276 smb_oplock_ack(ofile->f_node, ofile, brk); in smb_com_locking_andx() 322 result = smb_unlock_range(sr, sr->fid_ofile->f_node, in smb_com_locking_andx() 355 result = smb_unlock_range(sr, sr->fid_ofile->f_node, in smb_com_locking_andx()
|
H A D | smb_flush.c | 124 if ((ofile->f_node->flags & NODE_FLAGS_WRITE_THROUGH) == 0) in smb_flush_file() 125 (void) smb_fsop_commit(sr, sr->user_cr, ofile->f_node); in smb_flush_file()
|
H A D | smb_nt_transact_create.c | 182 op->fqi.fq_dnode = op->dir->f_node; in smb_nt_transact_create() 203 DirFlag = smb_node_is_dir(of->f_node) ? 1 : 0; in smb_nt_transact_create() 206 rc = smb_node_getattr(sr, of->f_node, of->f_cr, of, &attr); in smb_nt_transact_create()
|
H A D | smb_nt_create_andx.c | 273 op->fqi.fq_dnode = op->dir->f_node; in smb_com_nt_create_andx() 294 DirFlag = smb_node_is_dir(of->f_node) ? 1 : 0; in smb_com_nt_create_andx()
|
H A D | smb_unlock_byte_range.c | 85 result = smb_unlock_range(sr, sr->fid_ofile->f_node, in smb_com_unlock_byte_range()
|
H A D | smb_lock.c | 147 smb_node_t *node = file->f_node; in smb_lock_range() 178 ASSERT(node == clock->l_file->f_node); in smb_lock_range() 638 smb_llist_exit(&c_lock->l_file->f_node->n_lock_list); in smb_lock_wait() 649 smb_llist_enter(&c_lock->l_file->f_node->n_lock_list, in smb_lock_wait()
|
H A D | smb_nt_transact_security.c | 81 if ((sr->fid_ofile->f_node == NULL) || in smb_nt_transact_query_security_info() 171 if ((sr->fid_ofile->f_node == NULL) || in smb_nt_transact_set_security_info() 208 if (!smb_node_is_system(sr->fid_ofile->f_node)) in smb_nt_transact_set_security_info()
|
H A D | smb_write.c | 309 status = smb_unlock_range(sr, sr->fid_ofile->f_node, param->rw_offset, in smb_com_write_and_unlock() 471 node = ofile->f_node; in smb_common_write() 547 smb_node_t *node = ofile->f_node; in smb_write_truncate()
|
H A D | smb_sd.c | 134 node = sr->fid_ofile->f_node; in smb_sd_read() 167 node = sr->fid_ofile->f_node; in smb_sd_write()
|
H A D | smb_open_andx.c | 292 rc = smb_node_getattr(sr, of->f_node, of->f_cr, of, &attr); in smb_com_open() 418 rc = smb_node_getattr(sr, of->f_node, of->f_cr, of, &attr); in smb_com_open_andx()
|
H A D | smb_nt_transact_notify_change.c | 167 node = sr->fid_ofile->f_node; in smb_nt_transact_notify_change()
|
H A D | smb_nt_transact_quota.c | 160 if ((ofile->f_node == NULL) || (ofile->f_ftype != SMB_FTYPE_DISK)) { in smb_nt_transact_query_quota() 293 if ((ofile->f_node == NULL) || (ofile->f_ftype != SMB_FTYPE_DISK)) { in smb_nt_transact_set_quota()
|
H A D | smb_print.c | 291 node = sr->fid_ofile->f_node; in smb_com_write_print_file()
|
H A D | smb_read.c | 388 node = ofile->f_node; in smb_common_read()
|
H A D | smb_set_fileinfo.c | 247 sinfo.si_node = sr->fid_ofile->f_node; in smb_set_by_fid()
|
H A D | smb_query_fileinfo.c | 260 node = sr->fid_ofile->f_node; in smb_query_by_fid()
|
H A D | smb_common_open.c | 1022 smb_node_t *node = of->f_node; in smb_set_open_attributes()
|
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | svcctl_scm.c | 741 svcctl_svc_node_t *f_node = NULL; in svcctl_scm_find_service() local 748 f_node = uu_avl_find(mgr_ctx->mc_svcs, &node, in svcctl_scm_find_service() 750 if (f_node != NULL) in svcctl_scm_find_service() 751 return (f_node); in svcctl_scm_find_service() 756 f_node = uu_avl_find(mgr_ctx->mc_svcs, &node, in svcctl_scm_find_service() 759 return (f_node); in svcctl_scm_find_service()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/ |
H A D | fru_access.c | 1010 di_node_t f_node; in call_devfsadm() local 1016 f_node = di_drv_first_node(PICL_CLASS_SEEPROM, root_node); in call_devfsadm() 1017 if (f_node != DI_NODE_NIL) { in call_devfsadm() 1018 phys_path = di_devfs_path(f_node); in call_devfsadm()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/ |
H A D | fru_access.c | 1081 di_node_t f_node; in call_devfsadm() local 1087 f_node = di_drv_first_node(PICL_CLASS_SEEPROM, root_node); in call_devfsadm() 1088 if (f_node != DI_NODE_NIL) { in call_devfsadm() 1089 phys_path = di_devfs_path(f_node); in call_devfsadm()
|
/titanic_41/usr/src/cmd/mdb/common/modules/smbsrv/ |
H A D | smbsrv.c | 1286 mdb_printf("SMB Node: %p\n", of->f_node); in smb_dcmd_ofile() 1305 of->f_fid, of->f_node, of->f_cr); in smb_dcmd_ofile()
|
/titanic_41/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 627 #define SMB_OFILE_GET_NODE(of) ((of)->f_node)
|
H A D | smb_ktypes.h | 1204 smb_node_t *f_node; member
|