OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tn_flags
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/fs/tmpfs/
tmpfs_subr.c
232
node->
tn_flags
= 0;
437
node->
tn_flags
|= UF_OPAQUE;
975
if ((flags & SF_SETTABLE) != (node->
tn_flags
& SF_SETTABLE)) {
984
if (node->
tn_flags
& (SF_IMMUTABLE | SF_APPEND)) {
1004
node->
tn_flags
&= SF_SETTABLE;
1005
node->
tn_flags
|= (flags & UF_SETTABLE);
1007
node->
tn_flags
= flags;
1029
if (node->
tn_flags
& (IMMUTABLE | APPEND))
1071
if (node->
tn_flags
& (IMMUTABLE | APPEND))
1122
if (node->
tn_flags
& (IMMUTABLE | APPEND))
[
all
...]
tmpfs_rename.c
161
VP_TO_TMPFS_NODE(fdvp)->
tn_flags
, VP_TO_TMPFS_NODE(fvp)->
tn_flags
,
162
VP_TO_TMPFS_NODE(tdvp)->
tn_flags
,
163
(tvp? VP_TO_TMPFS_NODE(tvp)->
tn_flags
: 0), (tvp != NULL),
229
VP_TO_TMPFS_NODE(dvp)->
tn_flags
, VP_TO_TMPFS_NODE(vp)->
tn_flags
,
tmpfs_vnops.c
356
if ((node->
tn_flags
& APPEND) != 0 &&
410
if (writing && (node->
tn_flags
& IMMUTABLE) != 0) {
443
vap->va_flags = node->
tn_flags
;
715
if (node->
tn_flags
& (IMMUTABLE | APPEND)) {
719
if (dnode->
tn_flags
& APPEND) {
801
if (node->
tn_flags
& (IMMUTABLE | APPEND)) {
903
if (dnode->
tn_flags
& APPEND || node->
tn_flags
& (IMMUTABLE | APPEND)) {
1366
node, node->
tn_flags
, node->tn_links, node->tn_mode, node->tn_uid,
tmpfs.h
113
int
tn_flags
;
member in struct:tmpfs_node
Completed in 48 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025