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:i_extsize
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_ioctl.c
999
fa->fsx_extsize = XFS_FSB_TO_B(mp, ip->
i_extsize
);
in xfs_fill_fsxattr()
1007
ip->
i_extsize
% mp->m_sb.sb_rextsize > 0) {
in xfs_fill_fsxattr()
1012
fa->fsx_extsize = XFS_FSB_TO_B(mp, ip->
i_extsize
);
in xfs_fill_fsxattr()
1135
(ip->
i_extsize
% mp->m_sb.sb_rextsize))
in xfs_ioctl_setattr_xflags()
1239
XFS_FSB_TO_B(mp, ip->
i_extsize
) != fa->fsx_extsize)
in xfs_ioctl_setattr_check_extsize()
1402
ip->
i_extsize
= XFS_B_TO_FSB(mp, fa->fsx_extsize);
in xfs_fileattr_set()
1404
ip->
i_extsize
= 0;
in xfs_fileattr_set()
H
A
D
xfs_inode.c
66
if ((ip->i_diflags & XFS_DIFLAG_EXTSIZE) && ip->
i_extsize
)
in xfs_get_extsz_hint()
67
return ip->
i_extsize
;
in xfs_get_extsz_hint()
698
ip->
i_extsize
= pip->
i_extsize
;
in xfs_inode_inherit_flags()
708
ip->
i_extsize
= pip->
i_extsize
;
in xfs_inode_inherit_flags()
741
failaddr = xfs_inode_validate_extsize(ip->i_mount, ip->
i_extsize
,
in xfs_inode_inherit_flags()
746
ip->
i_extsize
= 0;
in xfs_inode_inherit_flags()
850
ip->
i_extsize
= 0;
in xfs_init_new_inode()
H
A
D
xfs_inode_item.c
110
(ip->
i_extsize
% ip->i_mount->m_sb.sb_rextsize) > 0) {
in xfs_inode_item_precommit()
113
ip->
i_extsize
= 0;
in xfs_inode_item_precommit()
538
to->di_extsize = ip->
i_extsize
;
in xfs_inode_to_log_dinode()
H
A
D
xfs_itable.c
120
buf->bs_extsize_blks = ip->
i_extsize
;
in xfs_bulkstat_one_int()
H
A
D
xfs_inode.h
60
xfs_extlen_t
i_extsize
; /* basic/minimum extent size */
member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_inode_buf.c
230
ip->
i_extsize
= be32_to_cpu(from->di_extsize);
in xfs_inode_from_disk()
327
to->di_extsize = cpu_to_be32(ip->
i_extsize
);
in xfs_inode_to_disk()
Completed in 11 milliseconds