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_SUBDIR
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/fs/exfat/
H
A
D
exfat_raw.h
68
#define
ATTR_SUBDIR
0x0010
macro
72
ATTR_SUBDIR
| ATTR_ARCHIVE)
H
A
D
exfat_fs.h
336
if ((attr & ATTR_READONLY) && !(attr &
ATTR_SUBDIR
))
in exfat_make_mode()
339
if (attr &
ATTR_SUBDIR
)
in exfat_make_mode()
351
attr |=
ATTR_SUBDIR
;
in exfat_make_attr()
H
A
D
dir.c
286
(de.attr &
ATTR_SUBDIR
) ? DT_DIR : DT_REG))
in exfat_iterate()
353
if (le16_to_cpu(ep->dentry.file.attr) &
ATTR_SUBDIR
)
in exfat_get_entry_type()
398
ep->dentry.file.attr = cpu_to_le16(
ATTR_SUBDIR
);
in exfat_set_entry_type()
H
A
D
super.c
363
inode->i_mode = exfat_make_mode(sbi,
ATTR_SUBDIR
, 0777);
in exfat_read_root()
372
exfat_save_attr(inode,
ATTR_SUBDIR
);
in exfat_read_root()
H
A
D
inode.c
574
if (info->attr &
ATTR_SUBDIR
) { /* directory */
in exfat_fill_inode()
H
A
D
namei.c
543
info->attr =
ATTR_SUBDIR
;
in exfat_add_entry()
/kernel/linux/linux-6.6/fs/exfat/
H
A
D
exfat_raw.h
71
#define
ATTR_SUBDIR
0x0010
macro
75
ATTR_SUBDIR
| ATTR_ARCHIVE)
H
A
D
exfat_fs.h
360
if ((attr & ATTR_READONLY) && !(attr &
ATTR_SUBDIR
))
in exfat_make_mode()
363
if (attr &
ATTR_SUBDIR
)
in exfat_make_mode()
375
attr |=
ATTR_SUBDIR
;
in exfat_make_attr()
H
A
D
dir.c
290
(de.attr &
ATTR_SUBDIR
) ? DT_DIR : DT_REG))
in exfat_iterate()
362
if (le16_to_cpu(ep->dentry.file.attr) &
ATTR_SUBDIR
)
in exfat_get_entry_type()
413
ep->dentry.file.attr = cpu_to_le16(
ATTR_SUBDIR
);
in exfat_set_entry_type()
H
A
D
super.c
363
inode->i_mode = exfat_make_mode(sbi,
ATTR_SUBDIR
, 0777);
in exfat_read_root()
372
exfat_save_attr(inode,
ATTR_SUBDIR
);
in exfat_read_root()
H
A
D
inode.c
550
if (info->attr &
ATTR_SUBDIR
) { /* directory */
in exfat_fill_inode()
H
A
D
namei.c
553
info->attr =
ATTR_SUBDIR
;
in exfat_add_entry()
Completed in 14 milliseconds