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:ni_flags
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/fs/ntfs3/
H
A
D
file.c
477
if (WARN_ON(ni->
ni_flags
& NI_FLAG_COMPRESSED_MASK)) {
in ntfs_fallocate()
693
if (WARN_ON(ni->
ni_flags
& NI_FLAG_COMPRESSED_MASK)) {
in ntfs3_setattr()
710
ni->
ni_flags
|= NI_FLAG_UPDATE_PARENT;
in ntfs3_setattr()
755
if (ni->
ni_flags
& NI_FLAG_COMPRESSED_MASK) {
in ntfs_file_read_iter()
787
if (ni->
ni_flags
& NI_FLAG_COMPRESSED_MASK) {
in ntfs_file_splice_read()
1109
if (WARN_ON(ni->
ni_flags
& NI_FLAG_COMPRESSED_MASK)) {
in ntfs_file_write_iter()
1147
if ((ni->
ni_flags
& NI_FLAG_COMPRESSED_MASK) &&
in ntfs_file_open()
H
A
D
xattr.c
257
if (!(ni->
ni_flags
& NI_FLAG_EA))
in ntfs_get_ea()
514
ni->
ni_flags
|= NI_FLAG_EA;
in ntfs_set_ea()
516
ni->
ni_flags
&= ~NI_FLAG_EA;
in ntfs_set_ea()
519
ni->
ni_flags
|= NI_FLAG_UPDATE_PARENT;
in ntfs_set_ea()
729
if (!(ni->
ni_flags
& NI_FLAG_EA)) {
in ntfs_listxattr()
H
A
D
ntfs_fs.h
73
/* ni->
ni_flags
*/
398
size_t
ni_flags
; // NI_FLAG_XXX
member
1044
(ni->
ni_flags
& NI_FLAG_COMPRESSED_MASK);
in is_compressed()
1049
return 0xb + (ni->
ni_flags
& NI_FLAG_COMPRESSED_MASK);
in ni_ext_compress_bits()
1055
ni->
ni_flags
|= (bits - 0xb) & NI_FLAG_COMPRESSED_MASK;
in ni_set_ext_compress_bits()
1060
return ni->
ni_flags
& NI_FLAG_DEDUPLICATED;
in is_dedup()
1075
return ni->
ni_flags
& NI_FLAG_RESIDENT;
in is_resident()
H
A
D
inode.c
256
ni->
ni_flags
|= NI_FLAG_RESIDENT;
in ntfs_read_mft()
289
ni->
ni_flags
|= NI_FLAG_DIR;
in ntfs_read_mft()
350
if (ni->
ni_flags
& NI_FLAG_DIR) {
in ntfs_read_mft()
353
ni->
ni_flags
&= ~NI_FLAG_DIR;
in ntfs_read_mft()
376
ni->
ni_flags
|= NI_FLAG_EA;
in ntfs_read_mft()
480
if (!(ni->
ni_flags
& NI_FLAG_EA)) {
in ntfs_read_mft()
1516
ni->
ni_flags
|= NI_FLAG_RESIDENT;
in ntfs_create_inode()
1520
ni->
ni_flags
|= NI_FLAG_DIR;
in ntfs_create_inode()
1666
ni->
ni_flags
&= ~NI_FLAG_UPDATE_PARENT;
in ntfs_create_inode()
H
A
D
frecord.c
120
if (ni->
ni_flags
& NI_FLAG_DIR)
in ni_clear()
1882
ni->
ni_flags
|= NI_FLAG_DEDUPLICATED;
in ni_parse_reparse()
2108
if (ni->
ni_flags
& NI_FLAG_COMPRESSED_MASK) {
in ni_readpage_cmpr()
2364
ni->
ni_flags
&= ~NI_FLAG_COMPRESSED_MASK;
in ni_decompress_file()
2506
if (ni->
ni_flags
& NI_FLAG_COMPRESSED_MASK) {
in ni_read_frame()
3118
(ni->
ni_flags
& NI_FLAG_UPDATE_PARENT))
in ni_is_dirty()
3186
if (ni->
ni_flags
& NI_FLAG_EA) {
in ni_update_parent()
3316
(modified || (ni->
ni_flags
& NI_FLAG_UPDATE_PARENT))
in ni_write_inode()
3324
ni->
ni_flags
|= NI_FLAG_UPDATE_PARENT;
in ni_write_inode()
3326
ni->
ni_flags
in ni_write_inode()
[all...]
H
A
D
attrib.c
328
ni->
ni_flags
&= ~NI_FLAG_RESIDENT;
in attr_make_nonresident()
822
ni->
ni_flags
|= NI_FLAG_UPDATE_PARENT;
in attr_set_size()
1082
ni->
ni_flags
|= NI_FLAG_UPDATE_PARENT;
in attr_data_get_block()
2089
ni->
ni_flags
|= NI_FLAG_UPDATE_PARENT;
in attr_collapse_range()
2296
ni->
ni_flags
|= NI_FLAG_UPDATE_PARENT;
in attr_punch_hole()
2503
ni->
ni_flags
|= NI_FLAG_UPDATE_PARENT;
in attr_insert_range()
Completed in 12 milliseconds