Searched refs:cachefs_kmem_alloc (Results 1 – 12 of 12) sorted by relevance
| /titanic_44/usr/src/uts/common/fs/cachefs/ |
| H A D | cachefs_dlog.c | 622 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 D | cachefs_vfsops.c | 303 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 D | cachefs_subr.c | 272 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 D | cachefs_dir.c | 786 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 D | cachefs_filegrp.c | 1562 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 D | cachefs_fscache.c | 807 attrp = cachefs_kmem_alloc(sizeof (struct vattr), KM_SLEEP); in fscdir_create()
|
| H A D | cachefs_vnops.c | 1787 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 D | cachefs_log.c | 634 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 D | cachefs_resource.c | 1330 cachefs_kmem_alloc(MAXBSIZE, KM_SLEEP); in cachefs_rl_entry_get()
|
| H A D | cachefs_cnode.c | 1532 namebuf = cachefs_kmem_alloc(MAXNAMELEN * 2, KM_SLEEP); in cachefs_cnode_lostfound()
|
| H A D | cachefs_ioctl.c | 1423 buffer = cachefs_kmem_alloc(MAXBSIZE, KM_SLEEP); in cachefs_io_pushback()
|
| /titanic_44/usr/src/uts/common/sys/fs/ |
| H A D | cachefs_fs.h | 1303 extern void *cachefs_kmem_alloc(size_t, int);
|