OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:z_parent
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zfs_vfsops.h
46
zfsvfs_t *
z_parent
; /* parent fs */
member in struct:zfsvfs
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_vfsops.c
227
size = (zfsvfs->
z_parent
!= zfsvfs) ? LONG_FID_LEN : SHORT_FID_LEN;
283
if (zfsvfs->
z_parent
== zfsvfs && fidp->fid_len == LONG_FID_LEN) {
1255
zfsvfs->
z_parent
= zfsvfs;
2249
* '
z_parent
' is self referential for non-snapshots.
2251
(void) dnlc_purge_vfsp(zfsvfs->
z_parent
->z_vfs, 0);
2253
cache_purgevfs(zfsvfs->
z_parent
->z_vfs, true);
2256
cache_purgevfs(zfsvfs->
z_parent
->z_vfs);
2364
* parent's filesystem's vfsp. Note, '
z_parent
' is self
2367
(void) dnlc_purge_vfsp(zfsvfs->
z_parent
->z_vfs, 0);
2512
* zfsvfs->
z_parent
->z_vfs, but if it is snapshot
[
all
...]
zfs_znode.c
582
if (zp->z_id == zfsvfs->z_root && zfsvfs->
z_parent
== zfsvfs)
643
error = getnewvnode("zfs", zfsvfs->
z_parent
->z_vfs, &zfs_vnodeops, &vp);
2090
zfsvfs->
z_parent
= zfsvfs;
zfs_vnops.c
1818
if (zdp->z_id == zfsvfs->z_root && zfsvfs->
z_parent
!= zfsvfs) {
1826
error = zfsctl_root(zfsvfs->
z_parent
, LK_SHARED,
2098
if (zdp->z_id == zfsvfs->z_root && zfsvfs->
z_parent
!= zfsvfs) {
2100
error = zfsctl_snapshot(zfsvfs->
z_parent
, vpp);
3131
if (zp->z_id == zfsvfs->z_root && zfsvfs->
z_parent
!= zfsvfs) {
4934
size = (zfsvfs->
z_parent
!= zfsvfs) ? LONG_FID_LEN : SHORT_FID_LEN;
zfs_ctldir.c
942
VTOZ(*vpp)->z_zfsvfs->
z_parent
= zfsvfs;
1448
VTOZ(*vpp)->z_zfsvfs->
z_parent
= zfsvfs;
Completed in 131 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026