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_vfs
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_vfsops.c
494
zfsvfs->
z_vfs
->vfs_flag &= ~MNT_NOATIME;
495
vfs_clearmntopt(zfsvfs->
z_vfs
, MNTOPT_NOATIME);
496
vfs_setmntopt(zfsvfs->
z_vfs
, MNTOPT_ATIME, NULL, 0);
499
zfsvfs->
z_vfs
->vfs_flag |= MNT_NOATIME;
500
vfs_clearmntopt(zfsvfs->
z_vfs
, MNTOPT_ATIME);
501
vfs_setmntopt(zfsvfs->
z_vfs
, MNTOPT_NOATIME, NULL, 0);
513
zfsvfs->
z_vfs
->vfs_flag |= VFS_XATTR;
515
vfs_clearmntopt(zfsvfs->
z_vfs
, MNTOPT_NOXATTR);
516
vfs_setmntopt(zfsvfs->
z_vfs
, MNTOPT_XATTR, NULL, 0);
520
zfsvfs->
z_vfs
->vfs_flag &= ~VFS_XATTR
[
all
...]
zfs_ctldir.c
356
VERIFY(VFS_ROOT(zfsvfs->
z_vfs
, LK_EXCLUSIVE, &rvp) == 0);
432
error = zfsctl_root_vnode(zfsvfs->
z_vfs
, NULL, flags, vpp);
1388
error = vcache_get(zfsvfs->
z_vfs
, &key, sizeof(key), vpp);
1495
error = vcache_get(zfsvfs->
z_vfs
,
1930
return vcache_get(zfsvfs->
z_vfs
, &key, sizeof(key), vpp);
1944
return vcache_get(zfsvfs->
z_vfs
, &key, sizeof(key), vpp);
1956
VERIFY(0 == VFS_ROOT(zfsvfs->
z_vfs
, LK_EXCLUSIVE, &vp));
2025
error = vcache_get(zfsvfs->
z_vfs
, &key, sizeof(key), &vp);
zfs_znode.c
643
error = getnewvnode("zfs", zfsvfs->z_parent->
z_vfs
, &zfs_vnodeops, &vp);
785
VFS_HOLD(zfsvfs->
z_vfs
);
917
VERIFY(vcache_new(zfsvfs->
z_vfs
, dvp, vap, cr, &args, &vp) == 0);
1179
err = insmntque(vp, zfsvfs->
z_vfs
);
1290
error = vcache_get(zfsvfs->
z_vfs
, &obj_num, sizeof(obj_num), &vp);
1413
err = insmntque(vp, zfsvfs->
z_vfs
);
1626
VFS_RELE(zfsvfs->
z_vfs
);
zfs_ioctl.c
1480
vfsp = (*zfvp)->
z_vfs
;
1500
* case its
z_vfs
will be NULL, and it will be opened as the owner.
1532
if (zfsvfs->
z_vfs
) {
1534
VFS_RELE(zfsvfs->
z_vfs
);
1536
vfs_unbusy(zfsvfs->
z_vfs
);
3839
VFS_RELE(zfsvfs->
z_vfs
);
3841
vfs_unbusy(zfsvfs->
z_vfs
);
4492
VFS_RELE(zfsvfs->
z_vfs
);
4494
vfs_unbusy(zfsvfs->
z_vfs
);
5046
VFS_RELE(zfsvfs->
z_vfs
);
[
all
...]
zfs_dir.c
813
if (zfsvfs->
z_vfs
->vfs_flag & VFS_RDONLY) {
zfs_vnops.c
1083
* In a case vp->v_vfsp != zp->z_zfsvfs->
z_vfs
(e.g. snapshots) our
1087
if (zfsvfs->
z_vfs
->vfs_flag & VFS_RDONLY) {
1762
if (!(zfsvfs->
z_vfs
->vfs_flag & VFS_XATTR)) {
2038
if (!(zfsvfs->
z_vfs
->vfs_flag & VFS_XATTR)) {
3114
vap->va_fsid = zp->z_zfsvfs->
z_vfs
->vfs_dev;
3402
if (zfsvfs->
z_vfs
->vfs_flag & VFS_RDONLY) {
zfs_acl.c
2015
(zp->z_zfsvfs->
z_vfs
->vfs_flag & VFS_RDONLY) &&
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zfs_vfsops.h
45
vfs_t *
z_vfs
; /* generic fs struct */
member in struct:zfsvfs
zfs_znode.h
321
if ((zfsvfs)->z_atime && !((zfsvfs)->
z_vfs
->vfs_flag & VFS_RDONLY)) \
Completed in 35 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026