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:is_whiteout
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/fs/overlayfs/
H
A
D
readdir.c
27
bool
is_whiteout
;
member
164
p->
is_whiteout
= false;
in ovl_cache_entry_new()
283
p->
is_whiteout
= ovl_is_whiteout(dentry);
in ovl_check_whiteouts()
487
p->
is_whiteout
= true;
in ovl_cache_update_ino()
780
if (!p->
is_whiteout
) {
in ovl_iterate()
787
/* ovl_cache_update_ino() sets
is_whiteout
on stale entry */
in ovl_iterate()
788
if (!p->
is_whiteout
) {
in ovl_iterate()
987
if (p->
is_whiteout
) {
in ovl_check_empty_dir()
1019
if (WARN_ON(!p->
is_whiteout
|| !p->is_upper))
in ovl_cleanup_whiteouts()
/kernel/linux/linux-5.10/fs/overlayfs/
H
A
D
readdir.c
27
bool
is_whiteout
;
member
164
p->
is_whiteout
= false;
in ovl_cache_entry_new()
283
p->
is_whiteout
= ovl_is_whiteout(dentry);
in ovl_check_whiteouts()
773
if (!p->
is_whiteout
) {
in ovl_iterate()
980
if (p->
is_whiteout
) {
in ovl_check_empty_dir()
1011
if (WARN_ON(!p->
is_whiteout
|| !p->is_upper))
in ovl_cleanup_whiteouts()
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
namei.c
855
struct file *file, umode_t mode, bool
is_whiteout
,
in __f2fs_tmpfile()
870
if (
is_whiteout
) {
in __f2fs_tmpfile()
895
if (
is_whiteout
) {
in __f2fs_tmpfile()
854
__f2fs_tmpfile(struct mnt_idmap *idmap, struct inode *dir, struct file *file, umode_t mode, bool
is_whiteout
, struct inode **new_inode, struct f2fs_filename *fname)
__f2fs_tmpfile()
argument
/kernel/linux/linux-5.10/fs/
H
A
D
namei.c
3593
bool
is_whiteout
= S_ISCHR(mode) && dev == WHITEOUT_DEV;
in vfs_mknod()
local
3599
if ((S_ISCHR(mode) || S_ISBLK(mode)) && !
is_whiteout
&&
in vfs_mknod()
/kernel/linux/linux-6.6/fs/
H
A
D
namei.c
3971
bool
is_whiteout
= S_ISCHR(mode) && dev == WHITEOUT_DEV;
in vfs_mknod()
local
3977
if ((S_ISCHR(mode) || S_ISBLK(mode)) && !
is_whiteout
&&
in vfs_mknod()
Completed in 17 milliseconds