Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_odir.c262 smb_odirent_t *, smb_fileinfo_t *);
263 static int smb_odir_next_odirent(smb_odir_t *, smb_odirent_t *);
266 static boolean_t smb_odir_match_name(smb_odir_t *, smb_odirent_t *);
517 smb_odirent_t *odirent, boolean_t *eof) in smb_odir_read()
591 smb_odirent_t *odirent; in smb_odir_read_fileinfo()
620 odirent = kmem_alloc(sizeof (smb_odirent_t), KM_SLEEP); in smb_odir_read_fileinfo()
640 kmem_free(odirent, sizeof (smb_odirent_t)); in smb_odir_read_fileinfo()
677 smb_odirent_t *odirent; in smb_odir_read_streaminfo()
710 odirent = kmem_alloc(sizeof (smb_odirent_t), KM_SLEEP); in smb_odir_read_streaminfo()
747 kmem_free(odirent, sizeof (smb_odirent_t)); in smb_odir_read_streaminfo()
[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.c793 smb_odirent_t *odirent; in smb_fsop_remove_streams()
827 odirent = kmem_alloc(sizeof (smb_odirent_t), KM_SLEEP); in smb_fsop_remove_streams()
835 kmem_free(odirent, sizeof (smb_odirent_t)); in smb_fsop_remove_streams()
/titanic_50/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h716 smb_odirent_t *, boolean_t *);
H A Dsmb_ktypes.h1190 } smb_odirent_t; typedef