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:di_flags
(Results
1 - 25
of
38
) sorted by relevance
1
2
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_inode.c
63
if ((ip->i_d.
di_flags
& XFS_DIFLAG_EXTSIZE) && ip->i_d.di_extsize)
in xfs_get_extsz_hint()
603
uint16_t
di_flags
,
in _xfs_dic2xflags()
609
if (
di_flags
& XFS_DIFLAG_ANY) {
in _xfs_dic2xflags()
610
if (
di_flags
& XFS_DIFLAG_REALTIME)
in _xfs_dic2xflags()
612
if (
di_flags
& XFS_DIFLAG_PREALLOC)
in _xfs_dic2xflags()
614
if (
di_flags
& XFS_DIFLAG_IMMUTABLE)
in _xfs_dic2xflags()
616
if (
di_flags
& XFS_DIFLAG_APPEND)
in _xfs_dic2xflags()
618
if (
di_flags
& XFS_DIFLAG_SYNC)
in _xfs_dic2xflags()
620
if (
di_flags
& XFS_DIFLAG_NOATIME)
in _xfs_dic2xflags()
622
if (
di_flags
in _xfs_dic2xflags()
602
_xfs_dic2xflags( uint16_t
di_flags
, uint64_t
di_flags
2, bool has_attr)
_xfs_dic2xflags()
argument
707
unsigned int
di_flags
= 0;
xfs_inode_inherit_flags()
local
[all...]
H
A
D
xfs_ioctl.c
1089
uint16_t
di_flags
,
in xfs_di2lxflags()
1094
if (
di_flags
& XFS_DIFLAG_IMMUTABLE)
in xfs_di2lxflags()
1096
if (
di_flags
& XFS_DIFLAG_APPEND)
in xfs_di2lxflags()
1098
if (
di_flags
& XFS_DIFLAG_SYNC)
in xfs_di2lxflags()
1100
if (
di_flags
& XFS_DIFLAG_NOATIME)
in xfs_di2lxflags()
1102
if (
di_flags
& XFS_DIFLAG_NODUMP)
in xfs_di2lxflags()
1152
uint16_t
di_flags
=
in xfs_flags2diflags()
local
1153
(ip->i_d.
di_flags
& XFS_DIFLAG_PREALLOC);
in xfs_flags2diflags()
1156
di_flags
|= XFS_DIFLAG_IMMUTABLE;
in xfs_flags2diflags()
1158
di_flags
|
in xfs_flags2diflags()
1088
xfs_di2lxflags( uint16_t
di_flags
, uint64_t
di_flags
2)
xfs_di2lxflags()
argument
[all...]
H
A
D
xfs_filestream.h
25
(ip->i_d.
di_flags
& XFS_DIFLAG_FILESTREAM);
in xfs_inode_is_filestream()
H
A
D
xfs_inode_item_recover.c
176
to->
di_flags
= cpu_to_be16(from->
di_flags
);
in xfs_log_dinode_to_disk()
H
A
D
xfs_linux.h
237
(((ip)->i_d.
di_flags
& XFS_DIFLAG_REALTIME) && \
H
A
D
xfs_inode_item.c
368
to->
di_flags
= from->
di_flags
;
in xfs_inode_to_log_dinode()
H
A
D
xfs_inode.h
177
if (dp->i_d.
di_flags
& XFS_DIFLAG_PROJINHERIT)
in xfs_get_initial_prid()
H
A
D
xfs_iops.c
572
if (ip->i_d.
di_flags
& XFS_DIFLAG_IMMUTABLE)
in xfs_vn_getattr()
574
if (ip->i_d.
di_flags
& XFS_DIFLAG_APPEND)
in xfs_vn_getattr()
576
if (ip->i_d.
di_flags
& XFS_DIFLAG_NODUMP)
in xfs_vn_getattr()
H
A
D
xfs_bmap_util.c
442
(ip->i_d.
di_flags
&
in xfs_getbmap()
623
if (ip->i_d.
di_flags
& (XFS_DIFLAG_PREALLOC | XFS_DIFLAG_APPEND))
in xfs_can_free_eofblocks()
830
ip->i_d.
di_flags
|= XFS_DIFLAG_PREALLOC;
in xfs_alloc_file_space()
H
A
D
xfs_rtalloc.c
1316
if (!(mp->m_rbmip->i_d.
di_flags
& XFS_DIFLAG_NEWRTBM)) {
in xfs_rtpick_extent()
1317
mp->m_rbmip->i_d.
di_flags
|= XFS_DIFLAG_NEWRTBM;
in xfs_rtpick_extent()
H
A
D
xfs_symlink.c
210
if (dp->i_d.
di_flags
& XFS_DIFLAG_NOSYMLINKS) {
in xfs_symlink()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_ioctl.c
1062
uint16_t
di_flags
=
in xfs_flags2diflags()
local
1066
di_flags
|= XFS_DIFLAG_IMMUTABLE;
in xfs_flags2diflags()
1068
di_flags
|= XFS_DIFLAG_APPEND;
in xfs_flags2diflags()
1070
di_flags
|= XFS_DIFLAG_SYNC;
in xfs_flags2diflags()
1072
di_flags
|= XFS_DIFLAG_NOATIME;
in xfs_flags2diflags()
1074
di_flags
|= XFS_DIFLAG_NODUMP;
in xfs_flags2diflags()
1076
di_flags
|= XFS_DIFLAG_NODEFRAG;
in xfs_flags2diflags()
1078
di_flags
|= XFS_DIFLAG_FILESTREAM;
in xfs_flags2diflags()
1081
di_flags
|= XFS_DIFLAG_RTINHERIT;
in xfs_flags2diflags()
1083
di_flags
|
in xfs_flags2diflags()
[all...]
H
A
D
xfs_inode.c
683
/* Propagate
di_flags
from a parent inode to a child inode. */
689
unsigned int
di_flags
= 0;
in xfs_inode_inherit_flags()
local
695
di_flags
|= XFS_DIFLAG_RTINHERIT;
in xfs_inode_inherit_flags()
697
di_flags
|= XFS_DIFLAG_EXTSZINHERIT;
in xfs_inode_inherit_flags()
701
di_flags
|= XFS_DIFLAG_PROJINHERIT;
in xfs_inode_inherit_flags()
705
di_flags
|= XFS_DIFLAG_REALTIME;
in xfs_inode_inherit_flags()
707
di_flags
|= XFS_DIFLAG_EXTSIZE;
in xfs_inode_inherit_flags()
713
di_flags
|= XFS_DIFLAG_NOATIME;
in xfs_inode_inherit_flags()
716
di_flags
|= XFS_DIFLAG_NODUMP;
in xfs_inode_inherit_flags()
719
di_flags
|
in xfs_inode_inherit_flags()
[all...]
H
A
D
xfs_inode_item_recover.c
196
to->
di_flags
= cpu_to_be16(from->
di_flags
);
in xfs_log_dinode_to_disk()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_inode_buf.c
254
to->
di_flags
= be16_to_cpu(from->
di_flags
);
in xfs_inode_from_disk()
335
to->
di_flags
= cpu_to_be16(from->
di_flags
);
in xfs_inode_to_disk()
487
flags = be16_to_cpu(dip->
di_flags
);
in xfs_dinode_verify()
H
A
D
xfs_inode_buf.h
27
uint16_t
di_flags
; /* random flags, XFS_DIFLAG_... */
member
H
A
D
xfs_rtbitmap.c
1000
if (!(mp->m_rbmip->i_d.
di_flags
& XFS_DIFLAG_NEWRTBM))
in xfs_rtfree_extent()
1001
mp->m_rbmip->i_d.
di_flags
|= XFS_DIFLAG_NEWRTBM;
in xfs_rtfree_extent()
H
A
D
xfs_log_format.h
408
uint16_t
di_flags
; /* random flags, XFS_DIFLAG_... */
member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_inode_buf.c
232
ip->i_diflags = be16_to_cpu(from->
di_flags
);
in xfs_inode_from_disk()
330
to->
di_flags
= cpu_to_be16(ip->i_diflags);
in xfs_inode_to_disk()
520
flags = be16_to_cpu(dip->
di_flags
);
in xfs_dinode_verify()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
gfs2_ondisk.h
289
__be32
di_flags
; /* GFS2_DIF_... */
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
gfs2_ondisk.h
289
__be32
di_flags
; /* GFS2_DIF_... */
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
gfs2_ondisk.h
207
__be32
di_flags
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
gfs2_ondisk.h
207
__be32
di_flags
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
gfs2_ondisk.h
192
__be32
di_flags
;
member
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
inode.c
108
/* Make sure the
di_flags
make sense for the inode. */
119
/*
di_flags
are all taken, last bit cannot be used */
in xchk_inode_flags()
231
flags = be16_to_cpu(dip->
di_flags
);
in xchk_dinode()
Completed in 29 milliseconds
1
2