Searched refs:frontvp (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_dir.c | 62 vnode_t *frontvp, u_offset_t *offsetp, u_offset_t *fsizep); 65 vnode_t *frontvp, vnode_t *backvp, u_offset_t *frontsize); 67 vnode_t *frontvp, cred_t *cr, int acltoo); 910 vnode_t *frontvp, vnode_t *backvp, u_offset_t *frontsize) in cachefs_dir_fill_common() argument 962 frontvp, &frontoff, frontsize)) in cachefs_dir_fill_common() 1057 vnode_t *frontvp, u_offset_t *offsetp, u_offset_t *fsizep) in cachefs_dir_stuff() argument 1079 error = fbread(frontvp, (offset_t)blockoff, MAXBSIZE, S_OTHER, &fbp); in cachefs_dir_stuff() 1109 error = fbread(frontvp, (offset_t)blockoff, MAXBSIZE, in cachefs_dir_stuff() 1176 vnode_t *backvp, vnode_t *frontvp) in cachefs_async_populate_dir() argument 1191 ASSERT(dcp->c_frontvp == frontvp); in cachefs_async_populate_dir() [all …]
|
H A D | cachefs_subr.c | 1625 cachefs_populate(cnode_t *cp, u_offset_t off, size_t popsize, vnode_t *frontvp, in cachefs_populate() argument 1680 error = vn_rdwr(UIO_WRITE, frontvp, buf + n, size, in cachefs_populate() 2268 vnode_t *frontvp = NULL, *backvp = NULL; in cachefs_async_populate() local 2373 EXCL, 0666, &frontvp, kcred, 0, NULL, NULL); in cachefs_async_populate() 2384 (frontvp == NULL) || in cachefs_async_populate() 2385 (frontvp == cp->c_frontvp)); in cachefs_async_populate() 2390 if (frontvp != NULL) in cachefs_async_populate() 2391 VN_RELE(frontvp); in cachefs_async_populate() 2393 frontvp = cp->c_frontvp; in cachefs_async_populate() 2394 VN_HOLD(frontvp); in cachefs_async_populate() [all …]
|
H A D | cachefs_vnops.c | 1599 vnode_t *frontvp = NULL; in cachefs_push_front() local 1685 frontvp = cp->c_frontvp; in cachefs_push_front() 1686 VN_HOLD(frontvp); in cachefs_push_front() 1688 error = bp->b_error = vn_rdwr(UIO_WRITE, frontvp, in cachefs_push_front() 1692 VN_RELE(frontvp); in cachefs_push_front() 1693 frontvp = NULL; in cachefs_push_front()
|