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:attr_file
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/hfsplus/
H
A
D
xattr.c
53
static void hfsplus_init_header_node(struct inode *
attr_file
,
in hfsplus_init_header_node()
argument
81
tmp = i_size_read(
attr_file
);
in hfsplus_init_header_node()
125
struct inode *
attr_file
;
in hfsplus_create_attributes_file()
local
169
attr_file
= hfsplus_iget(sb, HFSPLUS_ATTR_CNID);
in hfsplus_create_attributes_file()
170
if (IS_ERR(
attr_file
)) {
in hfsplus_create_attributes_file()
172
return PTR_ERR(
attr_file
);
in hfsplus_create_attributes_file()
175
BUG_ON(i_size_read(
attr_file
) != 0);
in hfsplus_create_attributes_file()
177
hip = HFSPLUS_I(
attr_file
);
in hfsplus_create_attributes_file()
194
err = hfsplus_file_extend(
attr_file
, false);
in hfsplus_create_attributes_file()
199
hip->phys_size =
attr_file
in hfsplus_create_attributes_file()
[all...]
H
A
D
super.c
48
hfsplus_inode_read_fork(inode, &vhdr->
attr_file
);
in hfsplus_system_read_inode()
123
fork = &vhdr->
attr_file
;
in hfsplus_system_write_inode()
484
if (vhdr->
attr_file
.total_blocks != 0) {
in hfsplus_fill_super()
H
A
D
hfsplus_raw.h
136
struct hfsplus_fork_raw
attr_file
;
member
/kernel/linux/linux-6.6/fs/hfsplus/
H
A
D
xattr.c
53
static void hfsplus_init_header_node(struct inode *
attr_file
,
in hfsplus_init_header_node()
argument
81
tmp = i_size_read(
attr_file
);
in hfsplus_init_header_node()
125
struct inode *
attr_file
;
in hfsplus_create_attributes_file()
local
169
attr_file
= hfsplus_iget(sb, HFSPLUS_ATTR_CNID);
in hfsplus_create_attributes_file()
170
if (IS_ERR(
attr_file
)) {
in hfsplus_create_attributes_file()
172
return PTR_ERR(
attr_file
);
in hfsplus_create_attributes_file()
175
BUG_ON(i_size_read(
attr_file
) != 0);
in hfsplus_create_attributes_file()
177
hip = HFSPLUS_I(
attr_file
);
in hfsplus_create_attributes_file()
194
err = hfsplus_file_extend(
attr_file
, false);
in hfsplus_create_attributes_file()
199
hip->phys_size =
attr_file
in hfsplus_create_attributes_file()
[all...]
H
A
D
super.c
48
hfsplus_inode_read_fork(inode, &vhdr->
attr_file
);
in hfsplus_system_read_inode()
123
fork = &vhdr->
attr_file
;
in hfsplus_system_write_inode()
484
if (vhdr->
attr_file
.total_blocks != 0) {
in hfsplus_fill_super()
H
A
D
hfsplus_raw.h
136
struct hfsplus_fork_raw
attr_file
;
member
Completed in 6 milliseconds