Searched refs:PRESTO_ALLOC (Results 1 – 15 of 15) sorted by relevance
/linux-2.4.37.9/fs/intermezzo/ |
D | super.c | 72 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()
|
D | fileset.c | 128 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()
|
D | sysctl.c | 278 PRESTO_ALLOC(dev_ctl_table, sizeof(ctl_table) * total_entries); in init_intermezzo_sysctl() 307 PRESTO_ALLOC(p, PROCNAME_SIZE); in init_intermezzo_sysctl()
|
D | replicator.c | 55 PRESTO_ALLOC(cache, sizeof(struct list_head) * RCACHE_SIZE); in izo_rep_cache() 122 PRESTO_ALLOC(offrec, sizeof(*offrec)); in izo_rep_cache_add()
|
D | file.c | 71 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()
|
D | journal_reiserfs.c | 72 PRESTO_ALLOC(th, sizeof(*th));
|
D | ext_attr.c | 113 PRESTO_ALLOC(buf, buffer_len); in presto_set_ext_attr()
|
D | cache.c | 141 PRESTO_ALLOC(cache, sizeof(struct presto_cache)); in presto_cache_init()
|
D | upcall.c | 86 PRESTO_ALLOC(hdr, *size); in upc_pack()
|
D | psdev.c | 542 PRESTO_ALLOC(req, sizeof(struct upc_req)); in izo_upc_upcall()
|
D | presto.c | 427 PRESTO_ALLOC(buffer, PAGE_SIZE); in presto_permit_upcall()
|
D | kml_reint.c | 587 PRESTO_ALLOC(buf, data->ioc_plen1); in izo_get_fileid()
|
D | vfs.c | 972 PRESTO_ALLOC(old_target, PATH_MAX); in presto_do_unlink()
|
D | journal.c | 244 PRESTO_ALLOC(newbuf, PAGE_SIZE); \
|
/linux-2.4.37.9/include/linux/ |
D | intermezzo_fs.h | 673 #define PRESTO_ALLOC(ptr, size) \ macro
|