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:jfs_inode
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/
H
A
D
jfs_inode.c
9
#include "
jfs_inode
.h"
45
struct jfs_inode_info *
jfs_inode
;
in ialloc()
local
54
jfs_inode
= JFS_IP(inode);
in ialloc()
72
jfs_inode
->saved_uid = inode->i_uid;
in ialloc()
73
jfs_inode
->saved_gid = inode->i_gid;
in ialloc()
86
jfs_inode
->mode2 = JFS_IP(parent)->mode2 & JFS_FL_INHERIT;
in ialloc()
89
jfs_inode
->mode2 |= IDIRECTORY;
in ialloc()
90
jfs_inode
->mode2 &= ~JFS_DIRSYNC_FL;
in ialloc()
93
jfs_inode
->mode2 |= INLINEEA | ISPARSE;
in ialloc()
95
jfs_inode
in ialloc()
[all...]
H
A
D
ioctl.c
23
#include "
jfs_inode
.h"
63
struct jfs_inode_info *
jfs_inode
= JFS_IP(inode);
in jfs_ioctl()
local
68
flags =
jfs_inode
->mode2 & JFS_FL_USER_VISIBLE;
in jfs_ioctl()
101
oldflags = jfs_map_ext2(
jfs_inode
->mode2 & JFS_FL_USER_VISIBLE,
in jfs_ioctl()
110
flags |=
jfs_inode
->mode2 & ~JFS_FL_USER_MODIFIABLE;
in jfs_ioctl()
111
jfs_inode
->mode2 = flags;
in jfs_ioctl()
H
A
D
Makefile
10
jfs_unicode.o jfs_dtree.o
jfs_inode
.o jfs_discard.o \
H
A
D
super.c
27
#include "
jfs_inode
.h"
103
struct jfs_inode_info *
jfs_inode
;
in jfs_alloc_inode()
local
105
jfs_inode
= kmem_cache_alloc(jfs_inode_cachep, GFP_NOFS);
in jfs_alloc_inode()
106
if (!
jfs_inode
)
in jfs_alloc_inode()
109
memset(&
jfs_inode
->i_dquot, 0, sizeof(
jfs_inode
->i_dquot));
in jfs_alloc_inode()
111
return &
jfs_inode
->vfs_inode;
in jfs_alloc_inode()
/kernel/linux/linux-6.6/fs/jfs/
H
A
D
jfs_inode.c
9
#include "
jfs_inode
.h"
45
struct jfs_inode_info *
jfs_inode
;
in ialloc()
local
54
jfs_inode
= JFS_IP(inode);
in ialloc()
72
jfs_inode
->saved_uid = inode->i_uid;
in ialloc()
73
jfs_inode
->saved_gid = inode->i_gid;
in ialloc()
86
jfs_inode
->mode2 = JFS_IP(parent)->mode2 & JFS_FL_INHERIT;
in ialloc()
89
jfs_inode
->mode2 |= IDIRECTORY;
in ialloc()
90
jfs_inode
->mode2 &= ~JFS_DIRSYNC_FL;
in ialloc()
93
jfs_inode
->mode2 |= INLINEEA | ISPARSE;
in ialloc()
95
jfs_inode
in ialloc()
[all...]
H
A
D
ioctl.c
24
#include "
jfs_inode
.h"
62
struct jfs_inode_info *
jfs_inode
= JFS_IP(d_inode(dentry));
in jfs_fileattr_get()
local
63
unsigned int flags =
jfs_inode
->mode2 & JFS_FL_USER_VISIBLE;
in jfs_fileattr_get()
77
struct jfs_inode_info *
jfs_inode
= JFS_IP(inode);
in jfs_fileattr_set()
local
95
flags |=
jfs_inode
->mode2 & ~JFS_FL_USER_MODIFIABLE;
in jfs_fileattr_set()
96
jfs_inode
->mode2 = flags;
in jfs_fileattr_set()
H
A
D
Makefile
10
jfs_unicode.o jfs_dtree.o
jfs_inode
.o jfs_discard.o \
H
A
D
super.c
27
#include "
jfs_inode
.h"
103
struct jfs_inode_info *
jfs_inode
;
in jfs_alloc_inode()
local
105
jfs_inode
= alloc_inode_sb(sb, jfs_inode_cachep, GFP_NOFS);
in jfs_alloc_inode()
106
if (!
jfs_inode
)
in jfs_alloc_inode()
109
memset(&
jfs_inode
->i_dquot, 0, sizeof(
jfs_inode
->i_dquot));
in jfs_alloc_inode()
111
return &
jfs_inode
->vfs_inode;
in jfs_alloc_inode()
Completed in 5 milliseconds