Home
last modified time | relevance | path

Searched refs:PRESTO_ALLOC (Results 1 – 15 of 15) sorted by relevance

/linux-2.4.37.9/fs/intermezzo/
Dsuper.c72 PRESTO_ALLOC(retval, strlen(value) + 1); in opt_read()
102 PRESTO_ALLOC(def_alloced, strlen(defval)+1); in opt_set_default()
209 PRESTO_ALLOC(cache_data, PAGE_SIZE); in presto_read_super()
Dfileset.c128 PRESTO_ALLOC(path, len); in _izo_make_path()
225 PRESTO_ALLOC(fset, sizeof(*fset)); in presto_set_fsetroot()
245 PRESTO_ALLOC(fset->fset_reint_buf, 64 * 1024); in presto_set_fsetroot()
396 PRESTO_ALLOC(mnt, sizeof(*mnt)); in izo_alloc_vfsmnt()
619 PRESTO_ALLOC(buf, data->ioc_plen1); in izo_set_fileid()
Dsysctl.c278 PRESTO_ALLOC(dev_ctl_table, sizeof(ctl_table) * total_entries); in init_intermezzo_sysctl()
307 PRESTO_ALLOC(p, PROCNAME_SIZE); in init_intermezzo_sysctl()
Dreplicator.c55 PRESTO_ALLOC(cache, sizeof(struct list_head) * RCACHE_SIZE); in izo_rep_cache()
122 PRESTO_ALLOC(offrec, sizeof(*offrec)); in izo_rep_cache_add()
Dfile.c71 PRESTO_ALLOC(buffer, PAGE_SIZE); in presto_open_upcall()
212 PRESTO_ALLOC(fdata, sizeof(*fdata)); in presto_file_open()
487 PRESTO_ALLOC(path, len + 1); in izo_purge_file()
Djournal_reiserfs.c72 PRESTO_ALLOC(th, sizeof(*th));
Dext_attr.c113 PRESTO_ALLOC(buf, buffer_len); in presto_set_ext_attr()
Dcache.c141 PRESTO_ALLOC(cache, sizeof(struct presto_cache)); in presto_cache_init()
Dupcall.c86 PRESTO_ALLOC(hdr, *size); in upc_pack()
Dpsdev.c542 PRESTO_ALLOC(req, sizeof(struct upc_req)); in izo_upc_upcall()
Dpresto.c427 PRESTO_ALLOC(buffer, PAGE_SIZE); in presto_permit_upcall()
Dkml_reint.c587 PRESTO_ALLOC(buf, data->ioc_plen1); in izo_get_fileid()
Dvfs.c972 PRESTO_ALLOC(old_target, PATH_MAX); in presto_do_unlink()
Djournal.c244 PRESTO_ALLOC(newbuf, PAGE_SIZE); \
/linux-2.4.37.9/include/linux/
Dintermezzo_fs.h673 #define PRESTO_ALLOC(ptr, size) \ macro