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:ORANGEFS_I
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/fs/orangefs/
H
A
D
inode.c
560
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in orangefs_direct_IO()
678
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in orangefs_page_mkwrite()
750
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in orangefs_setattr_size()
844
if (
ORANGEFS_I
(inode)->attr_valid) {
in __orangefs_setattr()
845
if (uid_eq(
ORANGEFS_I
(inode)->attr_uid, current_fsuid()) &&
in __orangefs_setattr()
846
gid_eq(
ORANGEFS_I
(inode)->attr_gid, current_fsgid())) {
in __orangefs_setattr()
847
ORANGEFS_I
(inode)->attr_valid = iattr->ia_valid;
in __orangefs_setattr()
854
ORANGEFS_I
(inode)->attr_valid = iattr->ia_valid;
in __orangefs_setattr()
855
ORANGEFS_I
(inode)->attr_uid = current_fsuid();
in __orangefs_setattr()
856
ORANGEFS_I
(inod
in __orangefs_setattr()
[all...]
H
A
D
namei.c
23
struct orangefs_inode_s *parent =
ORANGEFS_I
(dir);
in orangefs_create()
107
struct orangefs_inode_s *parent =
ORANGEFS_I
(dir);
in orangefs_lookup()
175
struct orangefs_inode_s *parent =
ORANGEFS_I
(dir);
in orangefs_unlink()
222
struct orangefs_inode_s *parent =
ORANGEFS_I
(dir);
in orangefs_symlink()
308
struct orangefs_inode_s *parent =
ORANGEFS_I
(dir);
in orangefs_mkdir()
401
new_op->upcall.req.rename.old_parent_refn =
ORANGEFS_I
(old_dir)->refn;
in orangefs_rename()
402
new_op->upcall.req.rename.new_parent_refn =
ORANGEFS_I
(new_dir)->refn;
in orangefs_rename()
H
A
D
xattr.c
65
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in find_cached_xattr()
96
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in orangefs_inode_getxattr()
247
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in orangefs_inode_removexattr()
317
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in orangefs_inode_setxattr()
409
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in orangefs_listxattr()
H
A
D
orangefs-utils.c
142
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in copy_attributes_from_inode()
218
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in orangefs_inode_is_stale()
238
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in orangefs_inode_getattr()
386
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in orangefs_inode_check_changed()
419
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in orangefs_inode_setattr()
H
A
D
file.c
21
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in flush_racache()
53
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in wait_for_direct_io()
306
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in orangefs_revalidate_mapping()
549
ORANGEFS_I
(file_inode(file));
in orangefs_fsync()
H
A
D
super.c
130
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in orangefs_free_inode()
145
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in orangefs_destroy_inode()
361
refn =
ORANGEFS_I
(inode)->refn;
in orangefs_encode_fh()
372
refn =
ORANGEFS_I
(parent)->refn;
in orangefs_encode_fh()
H
A
D
dcache.c
20
struct orangefs_inode_s *parent =
ORANGEFS_I
(parent_inode);
in orangefs_revalidate_lookup()
H
A
D
orangefs-kernel.h
248
static inline struct orangefs_inode_s *
ORANGEFS_I
(struct inode *inode)
in ORANGEFS_I()
function
280
return &(
ORANGEFS_I
(inode)->refn.khandle);
in get_khandle_from_ino()
H
A
D
dir.c
313
oi =
ORANGEFS_I
(dentry->d_inode);
in orangefs_dir_iterate()
/kernel/linux/linux-6.6/fs/orangefs/
H
A
D
inode.c
520
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in orangefs_direct_IO()
637
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in orangefs_page_mkwrite()
709
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in orangefs_setattr_size()
803
if (
ORANGEFS_I
(inode)->attr_valid) {
in __orangefs_setattr()
804
if (uid_eq(
ORANGEFS_I
(inode)->attr_uid, current_fsuid()) &&
in __orangefs_setattr()
805
gid_eq(
ORANGEFS_I
(inode)->attr_gid, current_fsgid())) {
in __orangefs_setattr()
806
ORANGEFS_I
(inode)->attr_valid = iattr->ia_valid;
in __orangefs_setattr()
813
ORANGEFS_I
(inode)->attr_valid = iattr->ia_valid;
in __orangefs_setattr()
814
ORANGEFS_I
(inode)->attr_uid = current_fsuid();
in __orangefs_setattr()
815
ORANGEFS_I
(inod
in __orangefs_setattr()
[all...]
H
A
D
namei.c
24
struct orangefs_inode_s *parent =
ORANGEFS_I
(dir);
in orangefs_create()
108
struct orangefs_inode_s *parent =
ORANGEFS_I
(dir);
in orangefs_lookup()
176
struct orangefs_inode_s *parent =
ORANGEFS_I
(dir);
in orangefs_unlink()
224
struct orangefs_inode_s *parent =
ORANGEFS_I
(dir);
in orangefs_symlink()
311
struct orangefs_inode_s *parent =
ORANGEFS_I
(dir);
in orangefs_mkdir()
405
new_op->upcall.req.rename.old_parent_refn =
ORANGEFS_I
(old_dir)->refn;
in orangefs_rename()
406
new_op->upcall.req.rename.new_parent_refn =
ORANGEFS_I
(new_dir)->refn;
in orangefs_rename()
H
A
D
orangefs-utils.c
142
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in copy_attributes_from_inode()
218
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in orangefs_inode_is_stale()
238
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in orangefs_inode_getattr()
386
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in orangefs_inode_check_changed()
419
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in orangefs_inode_setattr()
H
A
D
xattr.c
65
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in find_cached_xattr()
96
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in orangefs_inode_getxattr()
247
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in orangefs_inode_removexattr()
317
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in orangefs_inode_setxattr()
409
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in orangefs_listxattr()
H
A
D
super.c
131
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in orangefs_free_inode()
146
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in orangefs_destroy_inode()
362
refn =
ORANGEFS_I
(inode)->refn;
in orangefs_encode_fh()
373
refn =
ORANGEFS_I
(parent)->refn;
in orangefs_encode_fh()
H
A
D
file.c
22
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in flush_racache()
54
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in wait_for_direct_io()
284
struct orangefs_inode_s *orangefs_inode =
ORANGEFS_I
(inode);
in orangefs_revalidate_mapping()
463
ORANGEFS_I
(file_inode(file));
in orangefs_fsync()
H
A
D
dcache.c
20
struct orangefs_inode_s *parent =
ORANGEFS_I
(parent_inode);
in orangefs_revalidate_lookup()
H
A
D
orangefs-kernel.h
250
static inline struct orangefs_inode_s *
ORANGEFS_I
(struct inode *inode)
in ORANGEFS_I()
function
282
return &(
ORANGEFS_I
(inode)->refn.khandle);
in get_khandle_from_ino()
H
A
D
dir.c
313
oi =
ORANGEFS_I
(dentry->d_inode);
in orangefs_dir_iterate()
Completed in 13 milliseconds