Home
last modified time | relevance | path

Searched refs:cachefs_kmem_alloc (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_dlog.c622 entp = cachefs_kmem_alloc(sizeof (cfs_dlog_entry_t), KM_SLEEP); in cachefs_dlog_setattr()
687 entp = cachefs_kmem_alloc(len + 32 + sizeof (struct cfs_dlog_trailer), in cachefs_dlog_setsecattr()
690 entp = cachefs_kmem_alloc(len, KM_SLEEP); in cachefs_dlog_setsecattr()
750 entp = cachefs_kmem_alloc(sizeof (cfs_dlog_entry_t), KM_SLEEP); in cachefs_dlog_create()
807 entp = cachefs_kmem_alloc(sizeof (cfs_dlog_entry_t), KM_SLEEP); in cachefs_dlog_remove()
848 entp = cachefs_kmem_alloc(sizeof (cfs_dlog_entry_t), KM_SLEEP); in cachefs_dlog_link()
890 entp = cachefs_kmem_alloc(sizeof (cfs_dlog_entry_t), KM_SLEEP); in cachefs_dlog_rename()
954 entp = cachefs_kmem_alloc(sizeof (cfs_dlog_entry_t), KM_SLEEP); in cachefs_dlog_mkdir()
1003 entp = cachefs_kmem_alloc(sizeof (cfs_dlog_entry_t), KM_SLEEP); in cachefs_dlog_rmdir()
1042 entp = cachefs_kmem_alloc(sizeof (cfs_dlog_entry_t), KM_SLEEP); in cachefs_dlog_symlink()
[all …]
H A Dcachefs_vfsops.c303 cookiep = cachefs_kmem_alloc(sizeof (struct fid), KM_SLEEP); in cachefs_mount()
304 attrp = cachefs_kmem_alloc(sizeof (struct vattr), KM_SLEEP); in cachefs_mount()
653 mountpoint = cachefs_kmem_alloc(MAXPATHLEN, KM_SLEEP); in cachefs_kstat_mount()
657 cachedir = cachefs_kmem_alloc(MAXPATHLEN, KM_SLEEP); in cachefs_kstat_mount()
661 backfs = cachefs_kmem_alloc(MAXPATHLEN, KM_SLEEP); in cachefs_kstat_mount()
699 key = cachefs_kmem_alloc((cachefs_kstat_key_n + 1) * in cachefs_kstat_mount()
H A Dcachefs_subr.c272 attrp = cachefs_kmem_alloc(sizeof (struct vattr), KM_SLEEP); in cachefs_cache_activate_ro()
788 syncfsc = cachefs_kmem_alloc( in cachefs_cache_sync()
1892 buf = cachefs_kmem_alloc(MAXPATHLEN, KM_SLEEP); in cachefs_readlink_back()
2582 cachefs_kmem_alloc(size_t size, int flag) in cachefs_kmem_alloc() function
2689 rc = cachefs_kmem_alloc(strlen(s) + 1, KM_SLEEP); in cachefs_strdup()
2745 cdb->cdb_message = cachefs_kmem_alloc(strlen(message) + 1, in cachefs_debug_save()
H A Dcachefs_filegrp.c1562 attrp = (struct vattr *)cachefs_kmem_alloc(sizeof (struct vattr), in filegrpdir_create()
1635 attrp = cachefs_kmem_alloc(sizeof (struct vattr), KM_SLEEP); in filegrpattr_create()
H A Dcachefs_dir.c786 buf = cachefs_kmem_alloc(size, KM_SLEEP); in cachefs_dir_read()
933 buf = cachefs_kmem_alloc(MAXBSIZE, KM_SLEEP); in cachefs_dir_fill_common()
H A Dcachefs_fscache.c807 attrp = cachefs_kmem_alloc(sizeof (struct vattr), KM_SLEEP); in fscdir_create()
H A Dcachefs_vnops.c1787 packp = cachefs_kmem_alloc(sizeof (cachefsio_pack_t), KM_SLEEP); in cachefs_ioctl()
1795 packp = cachefs_kmem_alloc(sizeof (cachefsio_pack_t), KM_SLEEP); in cachefs_ioctl()
1803 packp = cachefs_kmem_alloc(sizeof (cachefsio_pack_t), KM_SLEEP); in cachefs_ioctl()
1838 dinp = cachefs_kmem_alloc(inlen, KM_SLEEP); in cachefs_ioctl()
1848 doutp = cachefs_kmem_alloc(outlen, KM_SLEEP); in cachefs_ioctl()
7171 buffy = cachefs_kmem_alloc(buffysize, KM_SLEEP); in cachefs_readback_translate()
7515 ourpl = cachefs_kmem_alloc(sizeof (struct page *) * in cachefs_getapage()
9232 vsecp->vsa_aclentp = cachefs_kmem_alloc(vsecp->vsa_aclcnt * in cachefs_cacheacl()
10054 news = cachefs_kmem_alloc(MAXNAMELEN, KM_SLEEP); in cachefs_newname()
H A Dcachefs_log.c634 buffy = cachefs_kmem_alloc(CACHEFS_LOG_ENCODE_SIZE, KM_SLEEP); in cachefs_log_process_queue()
721 path = cachefs_kmem_alloc(MAXPATHLEN, KM_NOSLEEP); in cachefs_log_mount()
H A Dcachefs_resource.c1330 cachefs_kmem_alloc(MAXBSIZE, KM_SLEEP); in cachefs_rl_entry_get()
H A Dcachefs_cnode.c1532 namebuf = cachefs_kmem_alloc(MAXNAMELEN * 2, KM_SLEEP); in cachefs_cnode_lostfound()
H A Dcachefs_ioctl.c1423 buffer = cachefs_kmem_alloc(MAXBSIZE, KM_SLEEP); in cachefs_io_pushback()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h1303 extern void *cachefs_kmem_alloc(size_t, int);