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:new_mp
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/kernel/
H
A
D
params.c
611
struct module_param_attrs *
new_mp
;
in add_sysfs_param()
local
633
new_mp
= krealloc(mk->mp,
in add_sysfs_param()
637
if (!
new_mp
)
in add_sysfs_param()
639
mk->mp =
new_mp
;
in add_sysfs_param()
/kernel/linux/linux-6.6/kernel/
H
A
D
params.c
630
struct module_param_attrs *
new_mp
;
in add_sysfs_param()
local
652
new_mp
= krealloc(mk->mp,
in add_sysfs_param()
656
if (!
new_mp
)
in add_sysfs_param()
658
mk->mp =
new_mp
;
in add_sysfs_param()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_super.c
1785
struct xfs_mount *
new_mp
= fc->s_fs_info;
in xfs_fc_reconfigure()
local
1794
error = xfs_fc_validate_params(
new_mp
);
in xfs_fc_reconfigure()
1800
!(
new_mp
->m_flags & XFS_MOUNT_SMALL_INUMS)) {
in xfs_fc_reconfigure()
1807
(
new_mp
->m_flags & XFS_MOUNT_SMALL_INUMS)) {
in xfs_fc_reconfigure()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_super.c
1923
struct xfs_mount *
new_mp
= fc->s_fs_info;
in xfs_fs_reconfigure()
local
1931
error = xfs_fs_validate_params(
new_mp
);
in xfs_fs_reconfigure()
1936
if (xfs_has_small_inums(mp) && !xfs_has_small_inums(
new_mp
)) {
in xfs_fs_reconfigure()
1942
if (!xfs_has_small_inums(mp) && xfs_has_small_inums(
new_mp
)) {
in xfs_fs_reconfigure()
/kernel/linux/linux-6.6/fs/
H
A
D
namespace.c
941
* @
new_mp
: the new mountpoint of @top_mnt on @new_parent
945
* @
new_mp
. And mount @new_parent on the old parent and old
953
struct mountpoint *
new_mp
)
in mnt_set_mountpoint_beneath()
959
mnt_change_mountpoint(new_parent,
new_mp
, top_mnt);
in mnt_set_mountpoint_beneath()
951
mnt_set_mountpoint_beneath(struct mount *new_parent, struct mount *top_mnt, struct mountpoint *
new_mp
)
mnt_set_mountpoint_beneath()
argument
Completed in 13 milliseconds