Lines Matching defs:node

179 		smb_node_t	*node;  in smb_node_fini()  local
240 smb_node_t *node; in smb_node_lookup() local
411 smb_node_ref(smb_node_t *node) in smb_node_ref()
451 smb_node_release(smb_node_t *node) in smb_node_release()
498 smb_node_delete_on_close(smb_node_t *node) in smb_node_delete_on_close()
566 smb_node_t *node; in smb_node_root_init() local
601 smb_node_set_delete_on_close(smb_node_t *node, cred_t *cr, uint32_t flags) in smb_node_set_delete_on_close()
631 smb_node_reset_delete_on_close(smb_node_t *node) in smb_node_reset_delete_on_close()
653 smb_node_open_check(smb_node_t *node, uint32_t desired_access, in smb_node_open_check()
683 smb_node_rename_check(smb_node_t *node) in smb_node_rename_check()
721 smb_node_delete_check(smb_node_t *node) in smb_node_delete_check()
771 smb_node_share_check(smb_node_t *node) in smb_node_share_check()
788 smb_node_notify_change(smb_node_t *node) in smb_node_notify_change()
832 smb_node_start_crit(smb_node_t *node, krw_t mode) in smb_node_start_crit()
844 smb_node_end_crit(smb_node_t *node) in smb_node_end_crit()
851 smb_node_in_crit(smb_node_t *node) in smb_node_in_crit()
857 smb_node_rdlock(smb_node_t *node) in smb_node_rdlock()
863 smb_node_wrlock(smb_node_t *node) in smb_node_wrlock()
869 smb_node_unlock(smb_node_t *node) in smb_node_unlock()
875 smb_node_add_ofile(smb_node_t *node, smb_ofile_t *of) in smb_node_add_ofile()
885 smb_node_rem_ofile(smb_node_t *node, smb_ofile_t *of) in smb_node_rem_ofile()
898 smb_node_inc_open_ofiles(smb_node_t *node) in smb_node_inc_open_ofiles()
913 smb_node_dec_open_ofiles(smb_node_t *node) in smb_node_dec_open_ofiles()
928 smb_node_inc_opening_count(smb_node_t *node) in smb_node_inc_opening_count()
940 smb_node_dec_opening_count(smb_node_t *node) in smb_node_dec_opening_count()
953 smb_node_getmntpath(smb_node_t *node, char *buf, uint32_t buflen) in smb_node_getmntpath()
987 smb_node_getshrpath(smb_node_t *node, smb_tree_t *tree, in smb_node_getshrpath()
1016 smb_node_getpath(smb_node_t *node, vnode_t *rootvp, char *buf, uint32_t buflen) in smb_node_getpath()
1064 smb_node_t *node; in smb_node_alloc() local
1110 smb_node_free(smb_node_t *node) in smb_node_free()
1177 smb_node_create_audit_buf(smb_node_t *node, int kmflags) in smb_node_create_audit_buf()
1192 smb_node_destroy_audit_buf(smb_node_t *node) in smb_node_destroy_audit_buf()
1207 smb_node_audit(smb_node_t *node) in smb_node_audit()
1236 smb_node_is_file(smb_node_t *node) in smb_node_is_file()
1243 smb_node_is_dir(smb_node_t *node) in smb_node_is_dir()
1251 smb_node_is_symlink(smb_node_t *node) in smb_node_is_symlink()
1259 smb_node_is_dfslink(smb_node_t *node) in smb_node_is_dfslink()
1267 smb_node_is_reparse(smb_node_t *node) in smb_node_is_reparse()
1275 smb_node_is_vfsroot(smb_node_t *node) in smb_node_is_vfsroot()
1282 smb_node_is_system(smb_node_t *node) in smb_node_is_system()
1297 smb_node_file_is_readonly(smb_node_t *node) in smb_node_file_is_readonly()
1343 smb_node_setattr(smb_request_t *sr, smb_node_t *node, in smb_node_setattr()
1441 smb_node_getattr(smb_request_t *sr, smb_node_t *node, smb_attr_t *attr) in smb_node_getattr()
1479 smb_node_init_cached_data(smb_node_t *node) in smb_node_init_cached_data()
1495 smb_node_clear_cached_data(smb_node_t *node) in smb_node_clear_cached_data()
1520 smb_node_init_cached_allocsz(smb_node_t *node, smb_attr_t *attr) in smb_node_init_cached_allocsz()
1532 smb_node_clear_cached_allocsz(smb_node_t *node) in smb_node_clear_cached_allocsz()
1551 smb_node_get_cached_allocsz(smb_node_t *node, smb_attr_t *attr) in smb_node_get_cached_allocsz()
1574 smb_node_set_cached_allocsz(smb_node_t *node, smb_attr_t *attr) in smb_node_set_cached_allocsz()
1615 smb_node_init_cached_timestamps(smb_node_t *node, smb_attr_t *attr) in smb_node_init_cached_timestamps()
1641 smb_node_clear_cached_timestamps(smb_node_t *node) in smb_node_clear_cached_timestamps()
1662 smb_node_get_cached_timestamps(smb_node_t *node, smb_attr_t *attr) in smb_node_get_cached_timestamps()
1685 smb_node_set_cached_timestamps(smb_node_t *node, smb_attr_t *attr) in smb_node_set_cached_timestamps()
1711 smb_node_init_reparse(smb_node_t *node, smb_attr_t *attr) in smb_node_init_reparse()
1755 smb_node_init_system(smb_node_t *node) in smb_node_init_system()