Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ip_flags
(Results
1 - 25
of
27
) sorted by relevance
1
2
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
inode.c
325
OCFS2_I(inode)->
ip_flags
|= OCFS2_INODE_SYSTEM_FILE;
in ocfs2_populate_inode()
330
OCFS2_I(inode)->
ip_flags
|= OCFS2_INODE_BITMAP;
in ocfs2_populate_inode()
332
OCFS2_I(inode)->
ip_flags
|= OCFS2_INODE_BITMAP;
in ocfs2_populate_inode()
674
if (!(OCFS2_I(inode)->
ip_flags
& OCFS2_INODE_SKIP_ORPHAN_DIR)) {
in ocfs2_remove_inode()
759
if (!(OCFS2_I(inode)->
ip_flags
& OCFS2_INODE_SKIP_ORPHAN_DIR)) {
in ocfs2_wipe_inode()
826
if (OCFS2_I(inode)->
ip_flags
& OCFS2_INODE_SKIP_ORPHAN_DIR)
in ocfs2_wipe_inode()
849
oi->
ip_flags
);
in ocfs2_inode_is_valid_to_delete()
872
if (oi->
ip_flags
& OCFS2_INODE_SYSTEM_FILE) {
in ocfs2_inode_is_valid_to_delete()
918
!(oi->
ip_flags
& OCFS2_INODE_SKIP_ORPHAN_DIR)) {
in ocfs2_query_inode_wipe()
939
le32_to_cpu(di->i_flags), oi->
ip_flags
);
in ocfs2_query_inode_wipe()
[all...]
H
A
D
inode.h
40
u32
ip_flags
; /* see below */
member
74
* Flags for the
ip_flags
field
109
#define INODE_JOURNAL(i) (OCFS2_I(i)->
ip_flags
& OCFS2_INODE_JOURNAL)
110
#define SET_INODE_JOURNAL(i) (OCFS2_I(i)->
ip_flags
|= OCFS2_INODE_JOURNAL)
H
A
D
dcache.c
77
if (OCFS2_I(inode)->
ip_flags
& OCFS2_INODE_DELETED) {
in ocfs2_dentry_revalidate()
H
A
D
journal.h
129
if (OCFS2_I(inode)->
ip_flags
& OCFS2_INODE_SYSTEM_FILE)
in ocfs2_inode_is_new()
H
A
D
file.c
105
if (oi->
ip_flags
& OCFS2_INODE_DELETED) {
in ocfs2_file_open()
113
oi->
ip_flags
|= OCFS2_INODE_OPEN_DIRECT;
in ocfs2_file_open()
141
oi->
ip_flags
&= ~OCFS2_INODE_OPEN_DIRECT;
in ocfs2_file_release()
1023
BUG_ON(!di_bh && !(oi->
ip_flags
& OCFS2_INODE_SYSTEM_FILE));
in ocfs2_extend_no_holes()
2669
if ((OCFS2_I(inode_in)->
ip_flags
& OCFS2_INODE_SYSTEM_FILE) ||
in ocfs2_remap_file_range()
2670
(OCFS2_I(inode_out)->
ip_flags
& OCFS2_INODE_SYSTEM_FILE))
in ocfs2_remap_file_range()
H
A
D
namei.c
141
oi->
ip_flags
&= ~OCFS2_INODE_MAYBE_ORPHANED;
in ocfs2_lookup()
494
OCFS2_I(inode)->
ip_flags
|= OCFS2_INODE_SKIP_ORPHAN_DIR;
in ocfs2_mknod()
927
OCFS2_I(inode)->
ip_flags
);
in ocfs2_unlink()
1429
OCFS2_I(new_inode)->
ip_flags
);
in ocfs2_rename()
2053
OCFS2_I(inode)->
ip_flags
|= OCFS2_INODE_SKIP_ORPHAN_DIR;
in ocfs2_symlink()
2299
OCFS2_I(inode)->
ip_flags
&= ~OCFS2_INODE_SKIP_ORPHAN_DIR;
in ocfs2_orphan_add()
H
A
D
journal.c
2065
OCFS2_I(iter)->
ip_flags
|= OCFS2_INODE_DIO_ORPHAN_ENTRY;
in ocfs2_orphan_filldir()
2213
if (oi->
ip_flags
& OCFS2_INODE_DIO_ORPHAN_ENTRY) {
in ocfs2_recover_orphans()
2256
oi->
ip_flags
&= ~OCFS2_INODE_DIO_ORPHAN_ENTRY;
in ocfs2_recover_orphans()
2261
oi->
ip_flags
|= OCFS2_INODE_MAYBE_ORPHANED;
in ocfs2_recover_orphans()
H
A
D
dlmglue.c
2174
if (oi->
ip_flags
& OCFS2_INODE_DELETED) {
in __ocfs2_stuff_meta_lvb()
2323
if (oi->
ip_flags
& OCFS2_INODE_DELETED) {
in ocfs2_inode_lock_update()
2325
"were waiting on a lock.
ip_flags
= 0x%x\n",
in ocfs2_inode_lock_update()
2326
(unsigned long long)oi->ip_blkno, oi->
ip_flags
);
in ocfs2_inode_lock_update()
4064
oi->
ip_flags
|= OCFS2_INODE_MAYBE_ORPHANED;
in ocfs2_dentry_convert_worker()
H
A
D
aops.c
148
if (OCFS2_I(inode)->
ip_flags
& OCFS2_INODE_SYSTEM_FILE)
in ocfs2_get_block()
H
A
D
super.c
1682
oi->
ip_flags
= 0;
in ocfs2_inode_init_once()
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
inode.c
323
OCFS2_I(inode)->
ip_flags
|= OCFS2_INODE_SYSTEM_FILE;
in ocfs2_populate_inode()
328
OCFS2_I(inode)->
ip_flags
|= OCFS2_INODE_BITMAP;
in ocfs2_populate_inode()
330
OCFS2_I(inode)->
ip_flags
|= OCFS2_INODE_BITMAP;
in ocfs2_populate_inode()
672
if (!(OCFS2_I(inode)->
ip_flags
& OCFS2_INODE_SKIP_ORPHAN_DIR)) {
in ocfs2_remove_inode()
757
if (!(OCFS2_I(inode)->
ip_flags
& OCFS2_INODE_SKIP_ORPHAN_DIR)) {
in ocfs2_wipe_inode()
824
if (OCFS2_I(inode)->
ip_flags
& OCFS2_INODE_SKIP_ORPHAN_DIR)
in ocfs2_wipe_inode()
847
oi->
ip_flags
);
in ocfs2_inode_is_valid_to_delete()
870
if (oi->
ip_flags
& OCFS2_INODE_SYSTEM_FILE) {
in ocfs2_inode_is_valid_to_delete()
916
!(oi->
ip_flags
& OCFS2_INODE_SKIP_ORPHAN_DIR)) {
in ocfs2_query_inode_wipe()
937
le32_to_cpu(di->i_flags), oi->
ip_flags
);
in ocfs2_query_inode_wipe()
[all...]
H
A
D
inode.h
38
u32
ip_flags
; /* see below */
member
72
* Flags for the
ip_flags
field
107
#define INODE_JOURNAL(i) (OCFS2_I(i)->
ip_flags
& OCFS2_INODE_JOURNAL)
108
#define SET_INODE_JOURNAL(i) (OCFS2_I(i)->
ip_flags
|= OCFS2_INODE_JOURNAL)
H
A
D
journal.h
127
if (OCFS2_I(inode)->
ip_flags
& OCFS2_INODE_SYSTEM_FILE)
in ocfs2_inode_is_new()
H
A
D
dcache.c
75
if (OCFS2_I(inode)->
ip_flags
& OCFS2_INODE_DELETED) {
in ocfs2_dentry_revalidate()
H
A
D
file.c
103
if (oi->
ip_flags
& OCFS2_INODE_DELETED) {
in ocfs2_file_open()
111
oi->
ip_flags
|= OCFS2_INODE_OPEN_DIRECT;
in ocfs2_file_open()
139
oi->
ip_flags
&= ~OCFS2_INODE_OPEN_DIRECT;
in ocfs2_file_release()
1015
BUG_ON(!di_bh && !(oi->
ip_flags
& OCFS2_INODE_SYSTEM_FILE));
in ocfs2_extend_no_holes()
2700
if ((OCFS2_I(inode_in)->
ip_flags
& OCFS2_INODE_SYSTEM_FILE) ||
in ocfs2_remap_file_range()
2701
(OCFS2_I(inode_out)->
ip_flags
& OCFS2_INODE_SYSTEM_FILE))
in ocfs2_remap_file_range()
H
A
D
namei.c
140
oi->
ip_flags
&= ~OCFS2_INODE_MAYBE_ORPHANED;
in ocfs2_lookup()
494
OCFS2_I(inode)->
ip_flags
|= OCFS2_INODE_SKIP_ORPHAN_DIR;
in ocfs2_mknod()
929
OCFS2_I(inode)->
ip_flags
);
in ocfs2_unlink()
1432
OCFS2_I(new_inode)->
ip_flags
);
in ocfs2_rename()
2058
OCFS2_I(inode)->
ip_flags
|= OCFS2_INODE_SKIP_ORPHAN_DIR;
in ocfs2_symlink()
2304
OCFS2_I(inode)->
ip_flags
&= ~OCFS2_INODE_SKIP_ORPHAN_DIR;
in ocfs2_orphan_add()
H
A
D
journal.c
2098
OCFS2_I(iter)->
ip_flags
|= OCFS2_INODE_DIO_ORPHAN_ENTRY;
in ocfs2_orphan_filldir()
2246
if (oi->
ip_flags
& OCFS2_INODE_DIO_ORPHAN_ENTRY) {
in ocfs2_recover_orphans()
2289
oi->
ip_flags
&= ~OCFS2_INODE_DIO_ORPHAN_ENTRY;
in ocfs2_recover_orphans()
2294
oi->
ip_flags
|= OCFS2_INODE_MAYBE_ORPHANED;
in ocfs2_recover_orphans()
H
A
D
dlmglue.c
2174
if (oi->
ip_flags
& OCFS2_INODE_DELETED) {
in __ocfs2_stuff_meta_lvb()
2328
if (oi->
ip_flags
& OCFS2_INODE_DELETED) {
in ocfs2_inode_lock_update()
2330
"were waiting on a lock.
ip_flags
= 0x%x\n",
in ocfs2_inode_lock_update()
2331
(unsigned long long)oi->ip_blkno, oi->
ip_flags
);
in ocfs2_inode_lock_update()
4085
oi->
ip_flags
|= OCFS2_INODE_MAYBE_ORPHANED;
in ocfs2_dentry_convert_worker()
H
A
D
aops.c
146
if (OCFS2_I(inode)->
ip_flags
& OCFS2_INODE_SYSTEM_FILE)
in ocfs2_get_block()
H
A
D
super.c
1676
oi->
ip_flags
= 0;
in ocfs2_inode_init_once()
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H
A
D
tc_tunnel_key.sh
108
ip_flags
nofrag action drop
111
ip_flags
firstfrag action drop
114
ip_flags
nofirstfrag action drop
H
A
D
tc_flower.sh
163
$tcflags
ip_flags
frag action continue
165
$tcflags
ip_flags
firstfrag action continue
167
$tcflags
ip_flags
nofirstfrag action continue
169
$tcflags
ip_flags
nofrag action drop
223
log_test "
ip_flags
match ($tcflags)"
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H
A
D
tc_flower.sh
160
$tcflags
ip_flags
frag action continue
162
$tcflags
ip_flags
firstfrag action continue
164
$tcflags
ip_flags
nofirstfrag action continue
166
$tcflags
ip_flags
nofrag action drop
220
log_test "
ip_flags
match ($tcflags)"
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
offload.c
1213
int
ip_flags
= offsetof(struct nfp_flower_ipv4, ip_ext.flags);
in nfp_flower_validate_pre_tun_rule()
local
1225
if (mask[i] && i !=
ip_flags
&& i != ip_proto) {
in nfp_flower_validate_pre_tun_rule()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
offload.c
1228
int
ip_flags
= offsetof(struct nfp_flower_ipv4, ip_ext.flags);
in nfp_flower_validate_pre_tun_rule()
local
1240
if (mask[i] && i !=
ip_flags
&& i != ip_proto) {
in nfp_flower_validate_pre_tun_rule()
Completed in 53 milliseconds
1
2