Searched refs:cachefs_kmem_zalloc (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_log.c | 280 rc = cachefs_kmem_zalloc(sizeof (*rc), KM_NOSLEEP); in cachefs_log_create_cookie() 543 newnode = cachefs_kmem_zalloc(sizeof (*newnode), KM_NOSLEEP); in cachefs_log_enqueue() 738 record = cachefs_kmem_zalloc(size, KM_NOSLEEP); in cachefs_log_mount() 802 record = cachefs_kmem_zalloc(sizeof (*record), KM_NOSLEEP); in cachefs_log_umount() 838 record = cachefs_kmem_zalloc(sizeof (*record), KM_NOSLEEP); in cachefs_log_getpage() 886 record = cachefs_kmem_zalloc(sizeof (*record), KM_NOSLEEP); in cachefs_log_readdir() 934 record = cachefs_kmem_zalloc(sizeof (*record), KM_NOSLEEP); in cachefs_log_readlink() 980 record = cachefs_kmem_zalloc(sizeof (*record), KM_NOSLEEP); in cachefs_log_remove() 1024 record = cachefs_kmem_zalloc(sizeof (*record), KM_NOSLEEP); in cachefs_log_rmdir() 1068 record = cachefs_kmem_zalloc(sizeof (*record), KM_NOSLEEP); in cachefs_log_truncate() [all …]
|
H A D | cachefs_filegrp.c | 68 p = cachefs_kmem_zalloc(sizeof (struct cfs_cachefs_metadata), KM_SLEEP) 1429 ahp = (struct attrcache_header *)cachefs_kmem_zalloc( in filegrpattr_find() 1657 ahp = cachefs_kmem_zalloc(fgp->fg_headersize, KM_SLEEP); in filegrpattr_create() 1803 bufp = (char *)cachefs_kmem_zalloc(MAXBSIZE, KM_SLEEP); in filegrp_write_space()
|
H A D | cachefs_subr.c | 384 cachefs_kmem_zalloc(sizeof (cachefs_log_control_t), KM_SLEEP); in cachefs_cache_activate_ro() 915 attrp = cachefs_kmem_zalloc(sizeof (struct vattr), KM_SLEEP); in cachefs_createfrontfile() 2359 attrp = cachefs_kmem_zalloc( in cachefs_async_populate() 2616 cachefs_kmem_zalloc(size_t size, int flag) in cachefs_kmem_zalloc() function 2735 cdb = cachefs_kmem_zalloc(sizeof (*cdb), KM_SLEEP); in cachefs_debug_save()
|
H A D | cachefs_dlog.c | 580 bufp = cachefs_kmem_zalloc(len, KM_SLEEP); in cachefs_dlog_mapreserve()
|
H A D | cachefs_ioctl.c | 2478 cachefs_kmem_zalloc(sizeof (cachefs_inum_trans_t) * newsize, in cachefs_inum_register()
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | cachefs_fs.h | 1304 extern void *cachefs_kmem_zalloc(size_t, int);
|