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:priv_root
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/
H
A
D
xattr.c
121
struct dentry *privroot = REISERFS_SB(sb)->
priv_root
;
in open_xa_root()
627
if (!d_really_is_positive(REISERFS_SB(inode->i_sb)->
priv_root
))
in reiserfs_xattr_set()
678
*
priv_root
needn't be initialized during mount so allow initial
in reiserfs_xattr_get()
681
if (!REISERFS_SB(inode->i_sb)->
priv_root
)
in reiserfs_xattr_get()
982
REISERFS_SB(s)->
priv_root
= dentry;
in reiserfs_lookup_privroot()
1003
struct dentry *privroot = REISERFS_SB(s)->
priv_root
;
in reiserfs_xattr_init()
1011
err = create_privroot(REISERFS_SB(s)->
priv_root
);
in reiserfs_xattr_init()
H
A
D
xattr.h
46
return REISERFS_SB(sb)->
priv_root
&& REISERFS_SB(sb)->xattr_root;
in reiserfs_xattrs_initialized()
H
A
D
dir.c
55
struct dentry *privroot = REISERFS_SB(dir->i_sb)->
priv_root
;
in is_privroot_deh()
H
A
D
super.c
566
dput(REISERFS_SB(s)->
priv_root
);
in reiserfs_kill_sb()
567
REISERFS_SB(s)->
priv_root
= NULL;
in reiserfs_kill_sb()
H
A
D
inode.c
2098
if (IS_PRIVATE(dir) || dentry == REISERFS_SB(sb)->
priv_root
) {
in reiserfs_new_inode()
H
A
D
reiserfs.h
617
struct dentry *
priv_root
; /* root of /.reiserfs_priv */
member
/kernel/linux/linux-6.6/fs/reiserfs/
H
A
D
xattr.c
122
struct dentry *privroot = REISERFS_SB(sb)->
priv_root
;
in open_xa_root()
622
if (!d_really_is_positive(REISERFS_SB(inode->i_sb)->
priv_root
))
in reiserfs_xattr_set()
673
*
priv_root
needn't be initialized during mount so allow initial
in reiserfs_xattr_get()
676
if (!REISERFS_SB(inode->i_sb)->
priv_root
)
in reiserfs_xattr_get()
980
REISERFS_SB(s)->
priv_root
= dentry;
in reiserfs_lookup_privroot()
999
struct dentry *privroot = REISERFS_SB(s)->
priv_root
;
in reiserfs_xattr_init()
1007
err = create_privroot(REISERFS_SB(s)->
priv_root
);
in reiserfs_xattr_init()
H
A
D
xattr.h
47
return REISERFS_SB(sb)->
priv_root
&& REISERFS_SB(sb)->xattr_root;
in reiserfs_xattrs_initialized()
H
A
D
dir.c
55
struct dentry *privroot = REISERFS_SB(dir->i_sb)->
priv_root
;
in is_privroot_deh()
H
A
D
super.c
566
dput(REISERFS_SB(s)->
priv_root
);
in reiserfs_kill_sb()
567
REISERFS_SB(s)->
priv_root
= NULL;
in reiserfs_kill_sb()
H
A
D
reiserfs.h
614
struct dentry *
priv_root
; /* root of /.reiserfs_priv */
member
H
A
D
inode.c
2088
if (IS_PRIVATE(dir) || dentry == REISERFS_SB(sb)->
priv_root
)
in reiserfs_new_inode()
Completed in 29 milliseconds