OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZFS_IMMUTABLE
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zfs_znode.h
58
#define
ZFS_IMMUTABLE
0x0000001000000000
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_acl.c
1924
if (zp->z_pflags &
ZFS_IMMUTABLE
)
2026
(zp->z_pflags & (ZFS_READONLY |
ZFS_IMMUTABLE
))) ||
2028
(zp->z_pflags &
ZFS_IMMUTABLE
)))) {
2597
if (zp->z_pflags & (
ZFS_IMMUTABLE
| ZFS_NOUNLINK))
zfs_vnops.c
1095
if ((zp->z_pflags & (
ZFS_IMMUTABLE
| ZFS_READONLY)) ||
3192
((zp->z_pflags &
ZFS_IMMUTABLE
) != 0);
3367
if ((zp->z_pflags &
ZFS_IMMUTABLE
) &&
3518
((zp->z_pflags &
ZFS_IMMUTABLE
) != 0)) {
4769
if (szp->z_pflags & (ZFS_APPENDONLY |
ZFS_IMMUTABLE
| ZFS_READONLY)) {
5716
FLAG_CHANGE(SF_IMMUTABLE,
ZFS_IMMUTABLE
, XAT_IMMUTABLE,
5729
if (zflags & (
ZFS_IMMUTABLE
|ZFS_APPENDONLY|ZFS_NOUNLINK)) {
zfs_znode.c
1227
ZFS_ATTR_SET(zp,
ZFS_IMMUTABLE
, xoap->xoa_immutable,
Completed in 21 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026