Searched refs:smb_odirent_t (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_odir.c | 257 smb_odirent_t *, smb_fileinfo_t *); 258 static int smb_odir_next_odirent(smb_odir_t *, smb_odirent_t *); 261 static boolean_t smb_odir_match_name(smb_odir_t *, smb_odirent_t *); 491 smb_odirent_t *odirent, boolean_t *eof) in smb_odir_read() 565 smb_odirent_t *odirent; in smb_odir_read_fileinfo() 594 odirent = kmem_alloc(sizeof (smb_odirent_t), KM_SLEEP); in smb_odir_read_fileinfo() 614 kmem_free(odirent, sizeof (smb_odirent_t)); in smb_odir_read_fileinfo() 651 smb_odirent_t *odirent; in smb_odir_read_streaminfo() 682 odirent = kmem_alloc(sizeof (smb_odirent_t), KM_SLEEP); in smb_odir_read_streaminfo() 715 kmem_free(odirent, sizeof (smb_odirent_t)); in smb_odir_read_streaminfo() [all …]
|
H A D | smb_delete.c | 375 smb_odirent_t *odirent; in smb_delete_find_fname() 378 odirent = kmem_alloc(sizeof (smb_odirent_t), KM_SLEEP); in smb_delete_find_fname() 387 kmem_free(odirent, sizeof (smb_odirent_t)); in smb_delete_find_fname()
|
H A D | smb_fsops.c | 794 smb_odirent_t *odirent; in smb_fsop_remove_streams() 829 odirent = kmem_alloc(sizeof (smb_odirent_t), KM_SLEEP); in smb_fsop_remove_streams() 837 kmem_free(odirent, sizeof (smb_odirent_t)); in smb_fsop_remove_streams()
|
/titanic_44/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 642 smb_odirent_t *, boolean_t *);
|
H A D | smb_ktypes.h | 1305 } smb_odirent_t; typedef
|