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:inode_type
(Results
1 - 25
of
35
) sorted by relevance
1
2
/kernel/linux/linux-5.10/fs/coda/
H
A
D
coda_linux.c
92
int
inode_type
;
in coda_vattr_to_iattr()
local
98
inode_type
= 0;
in coda_vattr_to_iattr()
101
inode_type
= S_IFREG;
in coda_vattr_to_iattr()
104
inode_type
= S_IFDIR;
in coda_vattr_to_iattr()
107
inode_type
= S_IFLNK;
in coda_vattr_to_iattr()
110
inode_type
= 0;
in coda_vattr_to_iattr()
112
inode->i_mode |=
inode_type
;
in coda_vattr_to_iattr()
115
inode->i_mode = attr->va_mode |
inode_type
;
in coda_vattr_to_iattr()
/kernel/linux/linux-5.10/fs/squashfs/
H
A
D
squashfs_fs.h
270
__le16
inode_type
;
member
279
__le16
inode_type
;
member
289
__le16
inode_type
;
member
300
__le16
inode_type
;
member
311
__le16
inode_type
;
member
323
__le16
inode_type
;
member
335
__le16
inode_type
;
member
349
__le16
inode_type
;
member
366
__le16
inode_type
;
member
380
__le16
inode_type
;
member
[all...]
/kernel/linux/linux-6.6/fs/squashfs/
H
A
D
squashfs_fs.h
270
__le16
inode_type
;
member
279
__le16
inode_type
;
member
289
__le16
inode_type
;
member
300
__le16
inode_type
;
member
311
__le16
inode_type
;
member
323
__le16
inode_type
;
member
335
__le16
inode_type
;
member
349
__le16
inode_type
;
member
366
__le16
inode_type
;
member
380
__le16
inode_type
;
member
[all...]
/kernel/linux/linux-5.10/fs/hmdfs/
H
A
D
hmdfs_device_view.h
247
if (info->
inode_type
!= HMDFS_LAYER_OTHER_LOCAL &&
in hmdfs_support_xattr()
248
info->
inode_type
!= HMDFS_LAYER_OTHER_REMOTE &&
in hmdfs_support_xattr()
249
info->
inode_type
!= HMDFS_LAYER_OTHER_MERGE &&
in hmdfs_support_xattr()
250
info->
inode_type
!= HMDFS_LAYER_OTHER_MERGE_CLOUD)
in hmdfs_support_xattr()
253
if (info->
inode_type
== HMDFS_LAYER_OTHER_LOCAL &&
in hmdfs_support_xattr()
H
A
D
main.c
130
if (info->
inode_type
== HMDFS_LAYER_OTHER_LOCAL)
in hmdfs_xattr_get()
132
else if (info->
inode_type
== HMDFS_LAYER_OTHER_REMOTE)
in hmdfs_xattr_get()
134
else if (info->
inode_type
== HMDFS_LAYER_OTHER_MERGE ||
in hmdfs_xattr_get()
135
info->
inode_type
== HMDFS_LAYER_OTHER_MERGE_CLOUD)
in hmdfs_xattr_get()
218
if (info->
inode_type
== HMDFS_LAYER_OTHER_LOCAL)
in hmdfs_xattr_set()
220
else if (info->
inode_type
== HMDFS_LAYER_OTHER_REMOTE)
in hmdfs_xattr_set()
222
else if (info->
inode_type
== HMDFS_LAYER_OTHER_MERGE ||
in hmdfs_xattr_set()
223
info->
inode_type
== HMDFS_LAYER_OTHER_MERGE_CLOUD)
in hmdfs_xattr_set()
264
if (info->
inode_type
== HMDFS_LAYER_FIRST_DEVICE ||
in hmdfs_evict_inode()
265
info->
inode_type
in hmdfs_evict_inode()
[all...]
H
A
D
inode_cloud_merge.c
43
if (hmdfs_i(parent_inode)->
inode_type
== HMDFS_LAYER_ZERO)
in fill_inode_merge()
56
if (hmdfs_i(parent_inode)->
inode_type
== HMDFS_LAYER_ZERO)
in fill_inode_merge()
57
info->
inode_type
= HMDFS_LAYER_FIRST_MERGE_CLOUD;
in fill_inode_merge()
59
info->
inode_type
= HMDFS_LAYER_OTHER_MERGE_CLOUD;
in fill_inode_merge()
312
if (pii->
inode_type
== HMDFS_LAYER_ZERO) {
in hmdfs_lookup_cloud_merge()
330
if (info->
inode_type
== HMDFS_LAYER_FIRST_MERGE)
in hmdfs_lookup_cloud_merge()
680
if (hmdfs_i(old_dir)->
inode_type
!= hmdfs_i(new_dir)->
inode_type
) {
in hmdfs_rename_cloud_merge()
H
A
D
inode_root.c
42
info->
inode_type
= HMDFS_LAYER_SECOND_LOCAL;
in fill_device_local_inode()
83
info->
inode_type
= HMDFS_LAYER_SECOND_REMOTE;
in fill_device_inode_remote()
114
info->
inode_type
= HMDFS_LAYER_SECOND_CLOUD;
in fill_device_inode_cloud()
305
info->
inode_type
= HMDFS_LAYER_FIRST_DEVICE;
in fill_device_inode()
351
info->
inode_type
= HMDFS_LAYER_SECOND_LOCAL;
in fill_root_inode()
355
info->
inode_type
= HMDFS_LAYER_ZERO;
in fill_root_inode()
H
A
D
dentry.c
91
if (info->
inode_type
== HMDFS_LAYER_SECOND_LOCAL ||
in hmdfs_dev_d_revalidate()
92
info->
inode_type
== HMDFS_LAYER_FIRST_DEVICE) {
in hmdfs_dev_d_revalidate()
309
if (info->
inode_type
== HMDFS_LAYER_FIRST_MERGE_CLOUD)
in d_revalidate_merge()
H
A
D
inode_merge.c
119
if (hmdfs_i(parent_inode)->
inode_type
== HMDFS_LAYER_ZERO)
in fill_inode_merge()
132
if (hmdfs_i(parent_inode)->
inode_type
== HMDFS_LAYER_ZERO)
in fill_inode_merge()
133
info->
inode_type
= HMDFS_LAYER_FIRST_MERGE;
in fill_inode_merge()
135
info->
inode_type
= HMDFS_LAYER_OTHER_MERGE;
in fill_inode_merge()
729
if (pii->
inode_type
== HMDFS_LAYER_ZERO) {
in hmdfs_lookup_merge()
747
if (info->
inode_type
== HMDFS_LAYER_FIRST_MERGE)
in hmdfs_lookup_merge()
1347
if (hmdfs_i(old_dir)->
inode_type
!= hmdfs_i(new_dir)->
inode_type
) {
in hmdfs_rename_merge()
H
A
D
inode.h
76
__u8
inode_type
; // deprecated: use ino system instead
member
H
A
D
inode_remote.c
346
info->
inode_type
= HMDFS_LAYER_OTHER_REMOTE;
in fill_inode_remote()
803
if (hmdfs_i(old_dir)->
inode_type
!= hmdfs_i(new_dir)->
inode_type
) {
in hmdfs_rename_remote()
H
A
D
hmdfs_merge_view.h
215
__u8 t = hii->
inode_type
;
in hmdfs_i_merge()
H
A
D
stash.c
1285
if (opened->
inode_type
!= HMDFS_LAYER_OTHER_REMOTE)
in hmdfs_need_abort_restore()
1297
opened->remote_ino, opened->
inode_type
,
in hmdfs_need_abort_restore()
1301
pinned->remote_ino, pinned->
inode_type
,
in hmdfs_need_abort_restore()
1690
return (inode_info->
inode_type
== HMDFS_LAYER_OTHER_REMOTE &&
in hmdfs_is_valid_stash_status()
1747
inode_info->
inode_type
,
in hmdfs_rebuild_stash_list()
/kernel/linux/linux-6.6/fs/hmdfs/
H
A
D
hmdfs_device_view.h
247
if (info->
inode_type
!= HMDFS_LAYER_OTHER_LOCAL &&
in hmdfs_support_xattr()
248
info->
inode_type
!= HMDFS_LAYER_OTHER_REMOTE &&
in hmdfs_support_xattr()
249
info->
inode_type
!= HMDFS_LAYER_OTHER_MERGE &&
in hmdfs_support_xattr()
250
info->
inode_type
!= HMDFS_LAYER_OTHER_MERGE_CLOUD)
in hmdfs_support_xattr()
253
if (info->
inode_type
== HMDFS_LAYER_OTHER_LOCAL &&
in hmdfs_support_xattr()
H
A
D
main.c
130
if (info->
inode_type
== HMDFS_LAYER_OTHER_LOCAL)
in hmdfs_xattr_get()
132
else if (info->
inode_type
== HMDFS_LAYER_OTHER_REMOTE)
in hmdfs_xattr_get()
134
else if (info->
inode_type
== HMDFS_LAYER_OTHER_MERGE ||
in hmdfs_xattr_get()
135
info->
inode_type
== HMDFS_LAYER_OTHER_MERGE_CLOUD)
in hmdfs_xattr_get()
218
if (info->
inode_type
== HMDFS_LAYER_OTHER_LOCAL)
in hmdfs_xattr_set()
220
else if (info->
inode_type
== HMDFS_LAYER_OTHER_REMOTE)
in hmdfs_xattr_set()
222
else if (info->
inode_type
== HMDFS_LAYER_OTHER_MERGE ||
in hmdfs_xattr_set()
223
info->
inode_type
== HMDFS_LAYER_OTHER_MERGE_CLOUD)
in hmdfs_xattr_set()
264
if (info->
inode_type
== HMDFS_LAYER_FIRST_DEVICE ||
in hmdfs_evict_inode()
265
info->
inode_type
in hmdfs_evict_inode()
[all...]
H
A
D
inode_cloud_merge.c
43
if (hmdfs_i(parent_inode)->
inode_type
== HMDFS_LAYER_ZERO)
in fill_inode_merge()
56
if (hmdfs_i(parent_inode)->
inode_type
== HMDFS_LAYER_ZERO)
in fill_inode_merge()
57
info->
inode_type
= HMDFS_LAYER_FIRST_MERGE_CLOUD;
in fill_inode_merge()
59
info->
inode_type
= HMDFS_LAYER_OTHER_MERGE_CLOUD;
in fill_inode_merge()
312
if (pii->
inode_type
== HMDFS_LAYER_ZERO) {
in hmdfs_lookup_cloud_merge()
330
if (info->
inode_type
== HMDFS_LAYER_FIRST_MERGE)
in hmdfs_lookup_cloud_merge()
680
if (hmdfs_i(old_dir)->
inode_type
!= hmdfs_i(new_dir)->
inode_type
) {
in hmdfs_rename_cloud_merge()
H
A
D
inode_root.c
42
info->
inode_type
= HMDFS_LAYER_SECOND_LOCAL;
in fill_device_local_inode()
83
info->
inode_type
= HMDFS_LAYER_SECOND_REMOTE;
in fill_device_inode_remote()
114
info->
inode_type
= HMDFS_LAYER_SECOND_CLOUD;
in fill_device_inode_cloud()
305
info->
inode_type
= HMDFS_LAYER_FIRST_DEVICE;
in fill_device_inode()
351
info->
inode_type
= HMDFS_LAYER_SECOND_LOCAL;
in fill_root_inode()
355
info->
inode_type
= HMDFS_LAYER_ZERO;
in fill_root_inode()
H
A
D
dentry.c
91
if (info->
inode_type
== HMDFS_LAYER_SECOND_LOCAL ||
in hmdfs_dev_d_revalidate()
92
info->
inode_type
== HMDFS_LAYER_FIRST_DEVICE) {
in hmdfs_dev_d_revalidate()
309
if (info->
inode_type
== HMDFS_LAYER_FIRST_MERGE_CLOUD)
in d_revalidate_merge()
H
A
D
inode_merge.c
119
if (hmdfs_i(parent_inode)->
inode_type
== HMDFS_LAYER_ZERO)
in fill_inode_merge()
132
if (hmdfs_i(parent_inode)->
inode_type
== HMDFS_LAYER_ZERO)
in fill_inode_merge()
133
info->
inode_type
= HMDFS_LAYER_FIRST_MERGE;
in fill_inode_merge()
135
info->
inode_type
= HMDFS_LAYER_OTHER_MERGE;
in fill_inode_merge()
729
if (pii->
inode_type
== HMDFS_LAYER_ZERO) {
in hmdfs_lookup_merge()
747
if (info->
inode_type
== HMDFS_LAYER_FIRST_MERGE)
in hmdfs_lookup_merge()
1355
if (hmdfs_i(old_dir)->
inode_type
!= hmdfs_i(new_dir)->
inode_type
) {
in hmdfs_rename_merge()
H
A
D
inode.h
76
__u8
inode_type
; // deprecated: use ino system instead
member
H
A
D
inode_remote.c
346
info->
inode_type
= HMDFS_LAYER_OTHER_REMOTE;
in fill_inode_remote()
803
if (hmdfs_i(old_dir)->
inode_type
!= hmdfs_i(new_dir)->
inode_type
) {
in hmdfs_rename_remote()
H
A
D
hmdfs_merge_view.h
215
__u8 t = hii->
inode_type
;
in hmdfs_i_merge()
/kernel/linux/linux-6.6/fs/coda/
H
A
D
coda_linux.c
110
umode_t
inode_type
= coda_inode_type(attr);
in coda_vattr_to_iattr()
local
111
inode->i_mode |=
inode_type
;
in coda_vattr_to_iattr()
114
inode->i_mode = attr->va_mode |
inode_type
;
in coda_vattr_to_iattr()
H
A
D
cnode.c
66
umode_t
inode_type
= coda_inode_type(attr);
in coda_iget()
local
81
} else if ((inode->i_mode & S_IFMT) !=
inode_type
) {
in coda_iget()
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
checkpoint.c
994
static void __add_dirty_inode(struct inode *inode, enum
inode_type
type)
in __add_dirty_inode()
1009
static void __remove_dirty_inode(struct inode *inode, enum
inode_type
type)
in __remove_dirty_inode()
1024
enum
inode_type
type = S_ISDIR(inode->i_mode) ? DIR_INODE : FILE_INODE;
in f2fs_update_dirty_page()
1043
enum
inode_type
type = S_ISDIR(inode->i_mode) ? DIR_INODE : FILE_INODE;
in f2fs_remove_dirty_inode()
1057
int f2fs_sync_dirty_inodes(struct f2fs_sb_info *sbi, enum
inode_type
type,
in f2fs_sync_dirty_inodes()
Completed in 25 milliseconds
1
2