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:mntput
(Results
1 - 25
of
31
) sorted by relevance
1
2
/kernel/linux/linux-5.10/kernel/
H
A
D
usermode_driver.c
31
mntput
(mnt);
in blob_to_mnt()
41
mntput
(mnt);
in blob_to_mnt()
H
A
D
acct.c
232
mntput
(internal);
in acct_on()
256
mntput
(mnt);
in acct_on()
/kernel/linux/linux-5.10/fs/cachefiles/
H
A
D
bind.c
239
mntput
(cache->mnt);
in cachefiles_daemon_add_cache()
267
mntput
(cache->mnt);
in cachefiles_daemon_unbind()
/kernel/linux/linux-5.10/fs/
H
A
D
namespace.c
587
/* caller will
mntput
() */
in __legitimize_mnt()
599
mntput
(bastard);
in legitimize_mnt()
1115
mntput
(&m->mnt);
in cleanup_mnt()
1208
void
mntput
(struct vfsmount *mnt)
in mntput()
function
1218
EXPORT_SYMBOL(
mntput
);
variable
1433
mntput
(&m->mnt);
in namespace_unlock()
1572
* (1) the mark is already set (the mark is cleared by
mntput
())
in do_umount()
1948
* Release with
mntput
().
2432
mntput
(path->mnt);
in open_detached_copy()
2850
mntput
(mn
in do_new_mount_fc()
[all...]
H
A
D
fhandle.c
162
mntput
(path->mnt);
in do_handle_to_path()
H
A
D
file_table.c
297
mntput
(mnt);
in __fput()
H
A
D
namei.c
497
mntput
(path->mnt);
in path_put()
1135
mntput
(path->mnt);
in follow_up()
1245
mntput
(path->mnt);
in __traverse_mounts()
1269
mntput
(path->mnt);
in __traverse_mounts()
1298
mntput
(path->mnt);
in follow_down_one()
1319
mntput
(mnt);
in follow_down()
1409
mntput
(path->mnt);
in handle_mounts()
1715
mntput
(nd->path.mnt);
in step_into()
H
A
D
libfs.c
686
mntput
(mnt);
in simple_pin_fs()
699
mntput
(mnt);
in simple_release_fs()
/kernel/linux/linux-6.6/fs/
H
A
D
namespace.c
650
/* caller will
mntput
() */
in __legitimize_mnt()
662
mntput
(bastard);
in legitimize_mnt()
1250
mntput
(&m->mnt);
in cleanup_mnt()
1343
void
mntput
(struct vfsmount *mnt)
in mntput()
function
1353
EXPORT_SYMBOL(
mntput
);
variable
1580
mntput
(&m->mnt);
in namespace_unlock()
1719
* (1) the mark is already set (the mark is cleared by
mntput
())
in do_umount()
2101
* Release with
mntput
().
2677
mntput
(path->mnt);
in open_detached_copy()
3285
mntput
(mn
in do_new_mount_fc()
[all...]
H
A
D
fhandle.c
169
mntput
(path->mnt);
in do_handle_to_path()
H
A
D
file_table.c
395
mntput
(mnt);
in __fput()
H
A
D
namei.c
563
mntput
(path->mnt);
in path_put()
1291
mntput
(path->mnt);
in follow_up()
1401
mntput
(path->mnt);
in __traverse_mounts()
1425
mntput
(path->mnt);
in __traverse_mounts()
1454
mntput
(path->mnt);
in follow_down_one()
1475
mntput
(mnt);
in follow_down()
1557
mntput
(path->mnt);
in handle_mounts()
1857
mntput
(nd->path.mnt);
in step_into()
/kernel/linux/linux-5.10/include/linux/
H
A
D
mount.h
85
extern void
mntput
(struct vfsmount *mnt);
/kernel/linux/linux-6.6/include/linux/
H
A
D
mount.h
87
extern void
mntput
(struct vfsmount *mnt);
/kernel/linux/linux-6.6/kernel/
H
A
D
acct.c
251
mntput
(internal);
in acct_on()
275
mntput
(mnt);
in acct_on()
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
nfs4super.c
202
mntput
(root_mnt);
in do_nfs4_mount()
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
nfs4super.c
202
mntput
(root_mnt);
in do_nfs4_mount()
/kernel/linux/linux-6.6/ipc/
H
A
D
namespace.c
152
mntput
(ns->mq_mnt);
in free_ipc_ns()
/kernel/linux/linux-6.6/fs/cachefiles/
H
A
D
cache.c
166
mntput
(cache->mnt);
in cachefiles_add_cache()
H
A
D
daemon.c
807
mntput
(cache->mnt);
in cachefiles_daemon_unbind()
/kernel/linux/linux-5.10/fs/devpts/
H
A
D
inode.c
195
mntput
(path.mnt);
in devpts_mntget()
/kernel/linux/linux-6.6/fs/devpts/
H
A
D
inode.c
177
mntput
(path.mnt);
in devpts_mntget()
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
pty.c
639
mntput
(path.mnt);
in ptm_open_peer()
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
pty.c
627
mntput
(path.mnt);
in ptm_open_peer()
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
super.c
1598
mntput
(mnt);
in mount_subvol()
1774
mntput
(mnt_root);
in btrfs_mount()
Completed in 39 milliseconds
1
2