Home
last modified time | relevance | path

Searched refs:cachefs_allocblocks (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_filegrp.c912 error = cachefs_allocblocks(fscp->fs_cache, nblks, in filegrp_write_metadata()
1550 error = cachefs_allocblocks(fscp->fs_cache, 1, in filegrpdir_create()
1650 error = cachefs_allocblocks(fscp->fs_cache, nblks, CACHEFS_RL_NONE); in filegrpattr_create()
H A Dcachefs_subr.c1674 if (error = cachefs_allocblocks(cachep, 1, in cachefs_populate()
1840 error = cachefs_allocblocks(cachep, 1, cp->c_metadata.md_rltype); in cachefs_stuffsymlink()
2841 error = cachefs_allocblocks(cachep, blkdelta, in cachefs_frontfile_size()
H A Dcachefs_fscache.c802 error = cachefs_allocblocks(cachep, 4, CACHEFS_RL_NONE); in fscdir_create()
H A Dcachefs_resource.c469 cachefs_allocblocks(cachefscache_t *cachep, size_t nblks, in cachefs_allocblocks() function
H A Dcachefs_dir.c1153 error = cachefs_allocblocks(cachep, 1, dcp->c_metadata.md_rltype); in cachefs_dir_extend()
H A Dcachefs_vnops.c1116 error = cachefs_allocblocks(C_TO_FSCACHE(cp)->fs_cache, 1, in cachefs_charge_page()
1165 error = cachefs_allocblocks(fscp->fs_cache, 1, in cachefs_writepage()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h1208 int cachefs_allocblocks(cachefscache_t *, size_t, enum cachefs_rl_type);