Home
last modified time | relevance | path

Searched refs:C_TO_FSCACHE (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_ioctl.c163 fscache_t *fscp = C_TO_FSCACHE(VTOC(dvp)); in cachefs_pack()
214 fscache_t *fscp = C_TO_FSCACHE(cp); in cachefs_pack_common()
377 fscache_t *fscp = C_TO_FSCACHE(VTOC(dvp)); in cachefs_unpack()
426 fscache_t *fscp = C_TO_FSCACHE(cp); in cachefs_unpack_common()
483 fscache_t *fscp = C_TO_FSCACHE(VTOC(dvp)); in cachefs_packinfo()
553 fscache_t *fscp = C_TO_FSCACHE(VTOC(vp)); in cachefs_unpackall()
668 fscache_t *fscp = C_TO_FSCACHE(VTOC(vp)); in cachefs_io_daemonid()
708 fscache_t *fscp = C_TO_FSCACHE(VTOC(vp)); in cachefs_io_stateget()
746 fscache_t *fscp = C_TO_FSCACHE(VTOC(vp)); in cachefs_io_stateset()
887 fscache_t *fscp = C_TO_FSCACHE(VTOC(vp)); in cachefs_io_xwait()
[all …]
H A Dcachefs_vnops.c326 fscache_t *fscp = C_TO_FSCACHE(cp); in cachefs_open()
491 fscache_t *fscp = C_TO_FSCACHE(cp); in cachefs_close()
686 fscache_t *fscp = C_TO_FSCACHE(cp); in cachefs_read()
819 fscache_t *fscp = C_TO_FSCACHE(cp); in cachefs_read_backfs_nfsv4()
856 fscache_t *fscp = C_TO_FSCACHE(cp); in cachefs_write()
1056 fscache_t *fscp = C_TO_FSCACHE(cp); in cachefs_write_backfs_nfsv4()
1116 error = cachefs_allocblocks(C_TO_FSCACHE(cp)->fs_cache, 1, in cachefs_charge_page()
1134 fscache_t *fscp = C_TO_FSCACHE(cp); in cachefs_writepage()
1358 fscache_t *fscp = C_TO_FSCACHE(cp); in cachefs_push()
1546 fscache_t *fscp = C_TO_FSCACHE(cp); in cachefs_push_connected()
[all …]
H A Dcachefs_cnode.c87 fscache_t *fscp = C_TO_FSCACHE(cp); in cachefs_cnode_idle()
280 fscp = C_TO_FSCACHE(cp); in cachefs_cnode_inactive()
533 fscache_t *fscp = C_TO_FSCACHE(cp); in cachefs_cnode_idleadd()
558 fscache_t *fscp = C_TO_FSCACHE(cp); in cachefs_cnode_idlerem()
668 CFS_DPRINT_BACKFS_NFSV4(C_TO_FSCACHE(cp), in cachefs_cnode_find()
1283 fscache_t *fscp = C_TO_FSCACHE(cp); in cachefs_cnode_move()
1414 fscache_t *fscp = C_TO_FSCACHE(cp); in cachefs_cnode_sync()
1515 fscp = C_TO_FSCACHE(cp); in cachefs_cnode_lostfound()
1722 cachefscache_t *cachep = C_TO_FSCACHE(cp)->fs_cache; in cnode_enable_caching()
1726 ASSERT(CFS_ISFS_BACKFS_NFSV4(C_TO_FSCACHE(cp)) == 0); in cnode_enable_caching()
[all …]
H A Dcachefs_subr.c437 fscache_t *fscp = C_TO_FSCACHE(cp); in cachefs_stop_cache()
1249 cachefscache_t *cachep = C_TO_FSCACHE(cp)->fs_cache; in cachefs_inval_object()
1253 ASSERT(CFS_ISFS_BACKFS_NFSV4(C_TO_FSCACHE(cp)) == 0); in cachefs_inval_object()
1266 if (C_TO_FSCACHE(cp)->fs_cache->c_flags & in cachefs_inval_object()
1372 fscache_t *fscp = C_TO_FSCACHE(cp); in cachefs_nocache()
1466 struct fscache *fscp = C_TO_FSCACHE(cp); in cachefs_check_allocmap()
1527 struct fscache *fscp = C_TO_FSCACHE(cp); in cachefs_update_allocmap()
1633 cachefscache_t *cachep = C_TO_FSCACHE(cp)->fs_cache; in cachefs_populate()
1656 if (CFS_TIMEOUT(C_TO_FSCACHE(cp), error)) in cachefs_populate()
1703 C_TO_FSCACHE(cp)->fs_cfsvfsp, in cachefs_populate()
[all …]
H A Dcachefs_dir.c87 struct fscache *fscp = C_TO_FSCACHE(dcp); in cachefs_dir_look()
193 ASSERT(CFS_ISFS_BACKFS_NFSV4(C_TO_FSCACHE(dcp)) == 0); in cachefs_dir_new()
761 struct fscache *fscp = C_TO_FSCACHE(dcp); in cachefs_dir_read()
834 struct fscache *fscp = C_TO_FSCACHE(dcp); in cachefs_dir_fill()
919 struct fscache *fscp = C_TO_FSCACHE(dcp); in cachefs_dir_fill_common()
1144 cachefscache_t *cachep = C_TO_FSCACHE(dcp)->fs_cache; in cachefs_dir_extend()
1193 ASSERT(CFS_ISFS_BACKFS_NFSV4(C_TO_FSCACHE(dcp)) == 0); in cachefs_async_populate_dir()
1216 error = cachefs_dir_complete(C_TO_FSCACHE(dcp), backvp, in cachefs_async_populate_dir()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h951 #define C_TO_FSCACHE(CP) (VFS_TO_FSCACHE(CTOV(CP)->v_vfsp)) macro