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:XFS_IFORK_DSIZE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
symlink.c
56
if (len >
XFS_IFORK_DSIZE
(ip) ||
in xchk_symlink()
57
len > strnlen(ifp->if_u1.if_data,
XFS_IFORK_DSIZE
(ip)))
in xchk_symlink()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_inode_fork.h
50
#define
XFS_IFORK_DSIZE
(ip) \
macro
56
XFS_IFORK_DSIZE
(ip) : \
H
A
D
xfs_dir2_sf.c
240
if (size >
XFS_IFORK_DSIZE
(dp))
in xfs_dir2_block_sfsize()
409
if (new_isize >
XFS_IFORK_DSIZE
(dp) ||
in xfs_dir2_sf_addname()
1036
sfp->i8count == 0 && newsize >
XFS_IFORK_DSIZE
(dp);
in xfs_dir2_sf_replace_needblock()
H
A
D
xfs_dir2_block.c
845
if (size >
XFS_IFORK_DSIZE
(dp))
in xfs_dir2_block_removename()
1058
if (size >
XFS_IFORK_DSIZE
(dp))
in xfs_dir2_leaf_to_block()
H
A
D
xfs_dir2.c
184
if (dp->i_d.di_size >
XFS_IFORK_DSIZE
(dp))
in xfs_dir_isempty()
H
A
D
xfs_bmap.c
936
if (ip->i_df.if_broot_bytes <=
XFS_IFORK_DSIZE
(ip))
in xfs_bmap_add_attrfork_btree()
976
XFS_IFORK_DSIZE
(ip))
in xfs_bmap_add_attrfork_extents()
1007
if (ip->i_df.if_bytes <=
XFS_IFORK_DSIZE
(ip))
in xfs_bmap_add_attrfork_local()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_symlink.c
250
if (pathlen <=
XFS_IFORK_DSIZE
(ip)) {
in xfs_symlink()
H
A
D
xfs_inode_item.c
59
*nbytes +=
XFS_IFORK_DSIZE
(ip);
in xfs_inode_item_data_fork_size()
Completed in 16 milliseconds