Home
last modified time | relevance | path

Searched refs:smbfs_malloc_scred (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/fs/smbfs/
H A Dsmbfs_vnops.c188 scred = smbfs_malloc_scred(); in smbfs_open()
218 scred = smbfs_malloc_scred(); in smbfs_close()
246 scred = smbfs_malloc_scred(); in smbfs_getattr()
303 scred = smbfs_malloc_scred(); in smbfs_setattr()
512 scred = smbfs_malloc_scred(); in smbfs_create()
544 scred = smbfs_malloc_scred(); in smbfs_remove()
598 scred = smbfs_malloc_scred(); in smbfs_rename()
695 scred = smbfs_malloc_scred(); in smbfs_mkdir()
730 scred = smbfs_malloc_scred(); in smbfs_rmdir()
950 scred = smbfs_malloc_scred(); in smbfs_advlock()
[all …]
H A Dsmbfs_vfsops.c152 scred = smbfs_malloc_scred(); in smbfs_mount()
286 scred = smbfs_malloc_scred(); in smbfs_unmount()
327 scred = smbfs_malloc_scred(); in smbfs_root()
395 scred = smbfs_malloc_scred(); in smbfs_statfs()
H A Dsmbfs_io.c87 scred = smbfs_malloc_scred(); in smbfs_readvdir()
242 scred = smbfs_malloc_scred(); in smbfs_readvnode()
296 scred = smbfs_malloc_scred(); in smbfs_writevnode()
330 scred = smbfs_malloc_scred(); in smbfs_doio()
464 scred = smbfs_malloc_scred(); in smbfs_getpages()
604 scred = smbfs_malloc_scred(); in smbfs_putpages()
H A Dsmbfs_subr.c194 smbfs_malloc_scred(void) in smbfs_malloc_scred() function
H A Dsmbfs_subr.h181 void *smbfs_malloc_scred(void);
H A Dsmbfs_node.c305 scred = smbfs_malloc_scred(); in smbfs_inactive()