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_flags2
(Results
1 - 23
of
23
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_inode_buf.h
29
uint64_t
di_flags2
; /* more random flags */
member
37
return icd->
di_flags2
& XFS_DIFLAG2_BIGTIME;
in xfs_icdinode_has_bigtime()
H
A
D
xfs_inode_buf.c
260
to->
di_flags2
= be64_to_cpu(from->
di_flags2
);
in xfs_inode_from_disk()
341
to->
di_flags2
= cpu_to_be64(from->
di_flags2
);
in xfs_inode_to_disk()
552
flags2 = be64_to_cpu(dip->
di_flags2
);
in xfs_dinode_verify()
H
A
D
xfs_trans_inode.c
141
ip->i_d.
di_flags2
|= XFS_DIFLAG2_BIGTIME;
in xfs_trans_log_inode()
H
A
D
xfs_log_format.h
427
uint64_t
di_flags2
; /* more random flags */
member
H
A
D
xfs_format.h
994
__be64
di_flags2
; /* more random flags */
member
1160
* Values for
di_flags2
These start by being exposed to userspace in the upper
1180
(dip->
di_flags2
& cpu_to_be64(XFS_DIFLAG2_BIGTIME));
in xfs_dinode_has_bigtime()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_bmap_util.c
1340
tip_flags2 = tip->i_d.
di_flags2
;
in xfs_swap_extent_rmap()
1341
if (ip->i_d.
di_flags2
& XFS_DIFLAG2_REFLINK)
in xfs_swap_extent_rmap()
1342
tip->i_d.
di_flags2
|= XFS_DIFLAG2_REFLINK;
in xfs_swap_extent_rmap()
1413
tip->i_d.
di_flags2
= tip_flags2;
in xfs_swap_extent_rmap()
1418
tip->i_d.
di_flags2
= tip_flags2;
in xfs_swap_extent_rmap()
1716
if ((ip->i_d.
di_flags2
& XFS_DIFLAG2_REFLINK) ^
in xfs_swap_extents()
1717
(tip->i_d.
di_flags2
& XFS_DIFLAG2_REFLINK)) {
in xfs_swap_extents()
1718
f = ip->i_d.
di_flags2
& XFS_DIFLAG2_REFLINK;
in xfs_swap_extents()
1719
ip->i_d.
di_flags2
&= ~XFS_DIFLAG2_REFLINK;
in xfs_swap_extents()
1720
ip->i_d.
di_flags2
|
in xfs_swap_extents()
[all...]
H
A
D
xfs_ioctl.c
1090
uint64_t
di_flags2
)
in xfs_di2lxflags()
1104
if (
di_flags2
& XFS_DIFLAG2_DAX) {
in xfs_di2lxflags()
1193
uint64_t
di_flags2
=
in xfs_flags2diflags2()
local
1194
(ip->i_d.
di_flags2
& (XFS_DIFLAG2_REFLINK |
in xfs_flags2diflags2()
1198
di_flags2
|= XFS_DIFLAG2_DAX;
in xfs_flags2diflags2()
1200
di_flags2
|= XFS_DIFLAG2_COWEXTSIZE;
in xfs_flags2diflags2()
1202
return
di_flags2
;
in xfs_flags2diflags2()
1212
uint64_t
di_flags2
;
in xfs_ioctl_setattr_xflags()
local
1228
ip->i_d.
di_flags2
&= ~XFS_DIFLAG2_REFLINK;
in xfs_ioctl_setattr_xflags()
1235
di_flags2
in xfs_ioctl_setattr_xflags()
1088
xfs_di2lxflags( uint16_t di_flags, uint64_t
di_flags2
)
xfs_di2lxflags()
argument
[all...]
H
A
D
xfs_inode.c
83
if (ip->i_d.
di_flags2
& XFS_DIFLAG2_COWEXTSIZE)
in xfs_get_cowextsz_hint()
604
uint64_t
di_flags2
,
in _xfs_dic2xflags()
640
if (
di_flags2
& XFS_DIFLAG2_ANY) {
in _xfs_dic2xflags()
641
if (
di_flags2
& XFS_DIFLAG2_DAX)
in _xfs_dic2xflags()
643
if (
di_flags2
& XFS_DIFLAG2_COWEXTSIZE)
in _xfs_dic2xflags()
659
return _xfs_dic2xflags(dic->di_flags, dic->
di_flags2
, XFS_IFORK_Q(ip));
in xfs_ip2xflags()
749
/* Propagate
di_flags2
from a parent inode to a child inode. */
755
if (pip->i_d.
di_flags2
& XFS_DIFLAG2_COWEXTSIZE) {
in xfs_inode_inherit_flags2()
756
ip->i_d.
di_flags2
|= XFS_DIFLAG2_COWEXTSIZE;
in xfs_inode_inherit_flags2()
759
if (pip->i_d.
di_flags2
in xfs_inode_inherit_flags2()
602
_xfs_dic2xflags( uint16_t di_flags, uint64_t
di_flags2
, bool has_attr)
_xfs_dic2xflags()
argument
[all...]
H
A
D
xfs_inode_item_recover.c
121
(ld->
di_flags2
& XFS_DIFLAG2_BIGTIME);
in xfs_log_dinode_has_bigtime()
183
to->
di_flags2
= cpu_to_be64(from->
di_flags2
);
in xfs_log_dinode_to_disk()
H
A
D
xfs_inode.h
185
return ip->i_d.
di_flags2
& XFS_DIFLAG2_REFLINK;
in xfs_is_reflink_inode()
199
return ip->i_d.
di_flags2
& XFS_DIFLAG2_BIGTIME;
in xfs_inode_has_bigtime()
H
A
D
xfs_reflink.c
885
src->i_d.
di_flags2
|= XFS_DIFLAG2_REFLINK;
in xfs_reflink_set_inode_flag()
897
dest->i_d.
di_flags2
|= XFS_DIFLAG2_REFLINK;
in xfs_reflink_set_inode_flag()
946
dest->i_d.
di_flags2
|= XFS_DIFLAG2_COWEXTSIZE;
in xfs_reflink_update_dest()
1437
ip->i_d.
di_flags2
&= ~XFS_DIFLAG2_REFLINK;
in xfs_reflink_clear_inode_flag()
H
A
D
xfs_inode_item.c
377
to->
di_flags2
= from->
di_flags2
;
in xfs_inode_to_log_dinode()
H
A
D
xfs_itable.c
114
if (dic->
di_flags2
& XFS_DIFLAG2_COWEXTSIZE)
in xfs_bulkstat_one_int()
H
A
D
xfs_file.c
1120
(src->i_d.
di_flags2
& XFS_DIFLAG2_COWEXTSIZE) &&
in xfs_file_remap_range()
1122
!(dest->i_d.
di_flags2
& XFS_DIFLAG2_COWEXTSIZE))
in xfs_file_remap_range()
H
A
D
xfs_iops.c
1230
if (ip->i_d.
di_flags2
& XFS_DIFLAG2_DAX)
in xfs_inode_should_enable_dax()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_inode_item_recover.c
121
(ld->
di_flags2
& XFS_DIFLAG2_BIGTIME);
in xfs_log_dinode_has_bigtime()
149
(ld->
di_flags2
& XFS_DIFLAG2_NREXT64);
in xfs_log_dinode_has_large_extent_counts()
203
to->
di_flags2
= cpu_to_be64(from->
di_flags2
);
in xfs_log_dinode_to_disk()
H
A
D
xfs_ioctl.c
1103
uint64_t
di_flags2
=
in xfs_flags2diflags2()
local
1109
di_flags2
|= XFS_DIFLAG2_DAX;
in xfs_flags2diflags2()
1111
di_flags2
|= XFS_DIFLAG2_COWEXTSIZE;
in xfs_flags2diflags2()
1113
return
di_flags2
;
in xfs_flags2diflags2()
H
A
D
xfs_inode_item.c
552
to->
di_flags2
= ip->i_diflags2;
in xfs_inode_to_log_dinode()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_inode_buf.c
242
ip->i_diflags2 = be64_to_cpu(from->
di_flags2
);
in xfs_inode_from_disk()
336
to->
di_flags2
= cpu_to_be64(ip->i_diflags2);
in xfs_inode_to_disk()
585
flags2 = be64_to_cpu(dip->
di_flags2
);
in xfs_dinode_verify()
H
A
D
xfs_format.h
852
__be64
di_flags2
; /* more random flags */
member
1064
* Values for
di_flags2
These start by being exposed to userspace in the upper
1086
(dip->
di_flags2
& cpu_to_be64(XFS_DIFLAG2_BIGTIME));
in xfs_dinode_has_bigtime()
1093
(dip->
di_flags2
& cpu_to_be64(XFS_DIFLAG2_NREXT64));
in xfs_dinode_has_large_extent_counts()
H
A
D
xfs_log_format.h
464
uint64_t
di_flags2
; /* more random flags */
member
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
inode.c
153
/* Make sure the
di_flags2
make sense for the inode. */
165
/* Unknown
di_flags2
could be from a future kernel */
in xchk_inode_flags2()
233
flags2 = be64_to_cpu(dip->
di_flags2
);
in xchk_dinode()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
inode.c
301
/* Make sure the
di_flags2
make sense for the inode. */
313
/* Unknown
di_flags2
could be from a future kernel */
in xchk_inode_flags2()
378
flags2 = be64_to_cpu(dip->
di_flags2
);
in xchk_dinode()
Completed in 34 milliseconds