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_attr
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
inode.c
75
unsigned int flags = OCFS2_I(inode)->
ip_attr
;
in ocfs2_set_inode_flags()
93
/* Propagate flags from i_flags to OCFS2_I(inode)->
ip_attr
*/
98
oi->
ip_attr
&= ~(OCFS2_SYNC_FL|OCFS2_APPEND_FL|
in ocfs2_get_inode_flags()
101
oi->
ip_attr
|= OCFS2_SYNC_FL;
in ocfs2_get_inode_flags()
103
oi->
ip_attr
|= OCFS2_APPEND_FL;
in ocfs2_get_inode_flags()
105
oi->
ip_attr
|= OCFS2_IMMUTABLE_FL;
in ocfs2_get_inode_flags()
107
oi->
ip_attr
|= OCFS2_NOATIME_FL;
in ocfs2_get_inode_flags()
109
oi->
ip_attr
|= OCFS2_DIRSYNC_FL;
in ocfs2_get_inode_flags()
289
OCFS2_I(inode)->
ip_attr
= le32_to_cpu(fe->i_attr);
in ocfs2_populate_inode()
1308
fe->i_attr = cpu_to_le32(OCFS2_I(inode)->
ip_attr
);
in ocfs2_mark_inode_dirty()
[all...]
H
A
D
inode.h
41
u32
ip_attr
; /* inode attributes */
member
H
A
D
ioctl.c
74
*flags = OCFS2_I(inode)->
ip_attr
;
in ocfs2_get_inode_attr()
105
oldflags = ocfs2_inode->
ip_attr
;
in ocfs2_set_inode_attr()
120
ocfs2_inode->
ip_attr
= flags;
in ocfs2_set_inode_attr()
H
A
D
dlmglue.c
2192
lvb->lvb_iattr = cpu_to_be32(oi->
ip_attr
);
in __ocfs2_stuff_meta_lvb()
2222
oi->
ip_attr
= be32_to_cpu(lvb->lvb_iattr);
in ocfs2_refresh_inode_from_lvb()
H
A
D
refcounttree.c
4080
OCFS2_I(t_inode)->
ip_attr
= OCFS2_I(s_inode)->
ip_attr
;
in ocfs2_complete_reflink()
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
inode.c
73
unsigned int flags = OCFS2_I(inode)->
ip_attr
;
in ocfs2_set_inode_flags()
91
/* Propagate flags from i_flags to OCFS2_I(inode)->
ip_attr
*/
96
oi->
ip_attr
&= ~(OCFS2_SYNC_FL|OCFS2_APPEND_FL|
in ocfs2_get_inode_flags()
99
oi->
ip_attr
|= OCFS2_SYNC_FL;
in ocfs2_get_inode_flags()
101
oi->
ip_attr
|= OCFS2_APPEND_FL;
in ocfs2_get_inode_flags()
103
oi->
ip_attr
|= OCFS2_IMMUTABLE_FL;
in ocfs2_get_inode_flags()
105
oi->
ip_attr
|= OCFS2_NOATIME_FL;
in ocfs2_get_inode_flags()
107
oi->
ip_attr
|= OCFS2_DIRSYNC_FL;
in ocfs2_get_inode_flags()
287
OCFS2_I(inode)->
ip_attr
= le32_to_cpu(fe->i_attr);
in ocfs2_populate_inode()
1306
fe->i_attr = cpu_to_le32(OCFS2_I(inode)->
ip_attr
);
in ocfs2_mark_inode_dirty()
[all...]
H
A
D
inode.h
39
u32
ip_attr
; /* inode attributes */
member
H
A
D
ioctl.c
77
flags = OCFS2_I(inode)->
ip_attr
;
in ocfs2_fileattr_get()
109
oldflags = ocfs2_inode->
ip_attr
;
in ocfs2_fileattr_set()
126
ocfs2_inode->
ip_attr
= flags;
in ocfs2_fileattr_set()
H
A
D
dlmglue.c
2192
lvb->lvb_iattr = cpu_to_be32(oi->
ip_attr
);
in __ocfs2_stuff_meta_lvb()
2225
oi->
ip_attr
= be32_to_cpu(lvb->lvb_iattr);
in ocfs2_refresh_inode_from_lvb()
H
A
D
refcounttree.c
4051
OCFS2_I(t_inode)->
ip_attr
= OCFS2_I(s_inode)->
ip_attr
;
in ocfs2_complete_reflink()
Completed in 33 milliseconds