Searched refs:cachefs_allocblocks (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_filegrp.c | 912 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 D | cachefs_subr.c | 1674 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 D | cachefs_fscache.c | 802 error = cachefs_allocblocks(cachep, 4, CACHEFS_RL_NONE); in fscdir_create()
|
H A D | cachefs_resource.c | 469 cachefs_allocblocks(cachefscache_t *cachep, size_t nblks, in cachefs_allocblocks() function
|
H A D | cachefs_dir.c | 1153 error = cachefs_allocblocks(cachep, 1, dcp->c_metadata.md_rltype); in cachefs_dir_extend()
|
H A D | cachefs_vnops.c | 1116 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 D | cachefs_fs.h | 1208 int cachefs_allocblocks(cachefscache_t *, size_t, enum cachefs_rl_type);
|