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:parent_sb
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/fuse/
H
A
D
inode.c
1292
struct super_block *
parent_sb
= parent_fi->inode.i_sb;
in fuse_fill_super_submount()
local
1300
sb->s_bdi = bdi_get(
parent_sb
->s_bdi);
in fuse_fill_super_submount()
1302
sb->s_xattr =
parent_sb
->s_xattr;
in fuse_fill_super_submount()
1303
sb->s_time_gran =
parent_sb
->s_time_gran;
in fuse_fill_super_submount()
1304
sb->s_blocksize =
parent_sb
->s_blocksize;
in fuse_fill_super_submount()
1305
sb->s_blocksize_bits =
parent_sb
->s_blocksize_bits;
in fuse_fill_super_submount()
1306
sb->s_subtype = kstrdup(
parent_sb
->s_subtype, GFP_KERNEL);
in fuse_fill_super_submount()
1307
if (
parent_sb
->s_subtype && !sb->s_subtype)
in fuse_fill_super_submount()
/kernel/linux/linux-6.6/fs/fuse/
H
A
D
inode.c
1520
struct super_block *
parent_sb
= parent_fi->inode.i_sb;
in fuse_fill_super_submount()
local
1530
sb->s_bdi = bdi_get(
parent_sb
->s_bdi);
in fuse_fill_super_submount()
1532
sb->s_xattr =
parent_sb
->s_xattr;
in fuse_fill_super_submount()
1533
sb->s_time_gran =
parent_sb
->s_time_gran;
in fuse_fill_super_submount()
1534
sb->s_blocksize =
parent_sb
->s_blocksize;
in fuse_fill_super_submount()
1535
sb->s_blocksize_bits =
parent_sb
->s_blocksize_bits;
in fuse_fill_super_submount()
1536
sb->s_subtype = kstrdup(
parent_sb
->s_subtype, GFP_KERNEL);
in fuse_fill_super_submount()
1537
if (
parent_sb
->s_subtype && !sb->s_subtype)
in fuse_fill_super_submount()
Completed in 6 milliseconds