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:first_xattr_slot
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
inode.c
3217
int *
first_xattr_slot
)
in acls_after_inode_item()
3233
*
first_xattr_slot
= -1;
in acls_after_inode_item()
3243
if (*
first_xattr_slot
== -1)
in acls_after_inode_item()
3244
*
first_xattr_slot
= slot;
in acls_after_inode_item()
3273
if (*
first_xattr_slot
== -1)
in acls_after_inode_item()
3274
*
first_xattr_slot
= slot;
in acls_after_inode_item()
3295
int
first_xattr_slot
;
in btrfs_read_locked_inode()
local
3437
btrfs_ino(BTRFS_I(inode)), &
first_xattr_slot
);
in btrfs_read_locked_inode()
3438
if (
first_xattr_slot
!= -1) {
in btrfs_read_locked_inode()
3439
path->slots[0] =
first_xattr_slot
;
in btrfs_read_locked_inode()
3215
acls_after_inode_item(struct extent_buffer *leaf, int slot, u64 objectid, int *
first_xattr_slot
)
acls_after_inode_item()
argument
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
inode.c
3658
int *
first_xattr_slot
)
in acls_after_inode_item()
3674
*
first_xattr_slot
= -1;
in acls_after_inode_item()
3684
if (*
first_xattr_slot
== -1)
in acls_after_inode_item()
3685
*
first_xattr_slot
= slot;
in acls_after_inode_item()
3714
if (*
first_xattr_slot
== -1)
in acls_after_inode_item()
3715
*
first_xattr_slot
= slot;
in acls_after_inode_item()
3736
int
first_xattr_slot
;
in btrfs_read_locked_inode()
local
3879
btrfs_ino(BTRFS_I(inode)), &
first_xattr_slot
);
in btrfs_read_locked_inode()
3880
if (
first_xattr_slot
!= -1) {
in btrfs_read_locked_inode()
3881
path->slots[0] =
first_xattr_slot
;
in btrfs_read_locked_inode()
3656
acls_after_inode_item(struct extent_buffer *leaf, int slot, u64 objectid, int *
first_xattr_slot
)
acls_after_inode_item()
argument
[all...]
Completed in 16 milliseconds