Home
last modified time | relevance | path

Searched refs:smb_odirent_t (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_odir.c263 smb_odirent_t *, smb_fileinfo_t *);
527 smb_odirent_t *odirent, boolean_t *eof) in smb_odir_read()
601 smb_odirent_t *odirent; in smb_odir_read_fileinfo()
630 odirent = kmem_alloc(sizeof (smb_odirent_t), KM_SLEEP); in smb_odir_read_fileinfo()
657 kmem_free(odirent, sizeof (smb_odirent_t)); in smb_odir_read_fileinfo()
694 smb_odirent_t *odirent; in smb_odir_read_streaminfo()
727 odirent = kmem_alloc(sizeof (smb_odirent_t), KM_SLEEP); in smb_odir_read_streaminfo()
772 kmem_free(odirent, sizeof (smb_odirent_t)); in smb_odir_read_streaminfo()
1091 bzero(odirent, sizeof (smb_odirent_t)); in smb_odir_next_odirent()
1320 smb_odirent_t *odirent, smb_fileinfo_t *fileinfo) in smb_odir_wildcard_fileinfo()
[all …]
H A Dsmb_delete.c374 smb_odirent_t *odirent; in smb_delete_find_fname()
377 odirent = kmem_alloc(sizeof (smb_odirent_t), KM_SLEEP); in smb_delete_find_fname()
383 kmem_free(odirent, sizeof (smb_odirent_t)); in smb_delete_find_fname()
H A Dsmb_fsops.c867 smb_odirent_t *odirent; in smb_fsop_remove_streams()
907 odirent = kmem_alloc(sizeof (smb_odirent_t), KM_SLEEP); in smb_fsop_remove_streams()
915 kmem_free(odirent, sizeof (smb_odirent_t)); in smb_fsop_remove_streams()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h731 smb_odirent_t *, boolean_t *);
H A Dsmb_ktypes.h1313 } smb_odirent_t; typedef