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:mp
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/fs/xfs/
H
A
D
xfs_inode.c
785
struct xfs_mount *
mp
= tp->t_mountp;
in xfs_ialloc()
local
814
if ((pip && ino == pip->i_ino) || !xfs_verify_dir_ino(
mp
, ino)) {
in xfs_ialloc()
815
xfs_alert(
mp
, "Allocated a known in-use inode 0x%llx!", ino);
in xfs_ialloc()
824
error = xfs_iget(
mp
, tp, ino, XFS_IGET_CREATE, XFS_ILOCK_EXCL, &ip);
in xfs_ialloc()
868
if (xfs_sb_version_has_v3inode(&
mp
->m_sb)) {
in xfs_ialloc()
870
ip->i_d.di_flags2 =
mp
->m_ino_geo.new_diflags2;
in xfs_ialloc()
1080
struct xfs_mount *
mp
= dp->i_mount;
in xfs_create()
local
1094
if (XFS_FORCED_SHUTDOWN(
mp
)) {
in xfs_create()
1110
resblks = XFS_MKDIR_SPACE_RES(
mp
, name->len);
in xfs_create()
1111
tres = &M_RES(
mp
)
in xfs_create()
1234
struct xfs_mount *
mp
= dp->i_mount;
xfs_create_tmpfile()
local
1328
xfs_mount_t *
mp
= tdp->i_mount;
xfs_link()
local
1462
struct xfs_mount *
mp
= ip->i_mount;
xfs_itruncate_extents_flags()
local
1536
xfs_mount_t *
mp
= ip->i_mount;
xfs_release()
local
1625
struct xfs_mount *
mp
= ip->i_mount;
xfs_inactive_truncate()
local
1674
struct xfs_mount *
mp
= ip->i_mount;
xfs_inactive_ifree()
local
1770
struct xfs_mount *
mp
;
xfs_inactive()
local
2079
struct xfs_mount *
mp
= tp->t_mountp;
xfs_iunlink_update_dinode()
local
2099
struct xfs_mount *
mp
= tp->t_mountp;
xfs_iunlink_update_inode()
local
2151
struct xfs_mount *
mp
= tp->t_mountp;
xfs_iunlink()
local
2213
struct xfs_mount *
mp
= tp->t_mountp;
xfs_iunlink_map_ino()
local
2246
struct xfs_mount *
mp
= tp->t_mountp;
xfs_iunlink_map_prev()
local
2312
struct xfs_mount *
mp
= tp->t_mountp;
xfs_iunlink_remove()
local
2403
struct xfs_mount *
mp
= bp->b_mount;
xfs_ifree_mark_inode_stale()
local
2499
struct xfs_mount *
mp
= free_ip->i_mount;
xfs_ifree_cluster()
local
2705
xfs_mount_t *
mp
= dp->i_mount;
xfs_remove()
local
3032
struct xfs_mount *
mp
= src_dp->i_mount;
xfs_rename()
local
3335
struct xfs_mount *
mp
= ip->i_mount;
xfs_iflush()
local
3477
struct xfs_mount *
mp
= bp->b_mount;
xfs_iflush_cluster()
local
[all...]
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H
A
D
capture.h
254
struct rkisp_stream_mp
mp
;
member
H
A
D
capture.c
1043
stream->u.
mp
.raw_enable = (fmt->fmt_type == FMT_BAYER);
in rkisp_set_fmt()
1116
*
mp
and sp v4l2_ioctl_ops
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H
A
D
capture.h
258
struct rkisp_stream_mp
mp
;
member
H
A
D
capture.c
1046
stream->u.
mp
.raw_enable = (fmt->fmt_type == FMT_BAYER);
in rkisp_set_fmt()
1118
*
mp
and sp v4l2_ioctl_ops
Completed in 8 milliseconds