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:dq_op
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-6.6/fs/quota/
H
A
D
dquot.c
372
return dquot->dq_sb->
dq_op
->mark_dirty(dquot);
in mark_dquot_dirty()
564
dquot->dq_sb->
dq_op
->destroy_dquot(dquot);
in do_destroy_dquot()
672
int ret = dquot->dq_sb->
dq_op
->write_dquot(dquot);
in dquot_write_dquot()
731
sb->
dq_op
->write_info(sb, cnt);
in dquot_writeback_dquots()
846
dquot->dq_sb->
dq_op
->release_dquot(dquot);
in quota_release_workfn()
907
dquot = sb->
dq_op
->alloc_dquot(sb, type);
in get_empty_dquot()
986
err = sb->
dq_op
->acquire_dquot(dquot);
in dqget()
1134
if (sb->
dq_op
)
in drop_dquot_ref()
1509
rc = inode->i_sb->
dq_op
->get_projid(inode, &projid);
in __dquot_initialize()
1655
BUG_ON(!inode->i_sb->
dq_op
in inode_reserved_space()
[all...]
/kernel/linux/linux-5.10/fs/quota/
H
A
D
dquot.c
374
return dquot->dq_sb->
dq_op
->mark_dirty(dquot);
in mark_dquot_dirty()
566
dquot->dq_sb->
dq_op
->destroy_dquot(dquot);
in do_destroy_dquot()
674
int ret = dquot->dq_sb->
dq_op
->write_dquot(dquot);
in dquot_write_dquot()
733
sb->
dq_op
->write_info(sb, cnt);
in dquot_writeback_dquots()
848
dquot->dq_sb->
dq_op
->release_dquot(dquot);
in quota_release_workfn()
909
dquot = sb->
dq_op
->alloc_dquot(sb, type);
in get_empty_dquot()
988
err = sb->
dq_op
->acquire_dquot(dquot);
in dqget()
1183
if (sb->
dq_op
) {
in drop_dquot_ref()
1560
rc = inode->i_sb->
dq_op
->get_projid(inode, &projid);
in __dquot_initialize()
1701
BUG_ON(!inode->i_sb->
dq_op
in inode_reserved_space()
[all...]
/kernel/linux/linux-5.10/fs/jfs/
H
A
D
super.c
541
sb->
dq_op
= &dquot_operations;
in jfs_fill_super()
/kernel/linux/linux-6.6/fs/jfs/
H
A
D
super.c
536
sb->
dq_op
= &dquot_operations;
in jfs_fill_super()
/kernel/linux/linux-5.10/fs/ext2/
H
A
D
super.c
1158
sb->
dq_op
= &dquot_operations;
in ext2_fill_super()
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
super.c
2030
sb->
dq_op
= &ocfs2_quota_operations;
in ocfs2_initialize_super()
/kernel/linux/linux-5.10/fs/reiserfs/
H
A
D
super.c
1690
s->
dq_op
= &reiserfs_quota_operations;
in read_super_block()
/kernel/linux/linux-6.6/fs/ext2/
H
A
D
super.c
1168
sb->
dq_op
= &dquot_operations;
in ext2_fill_super()
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
super.c
2021
sb->
dq_op
= &ocfs2_quota_operations;
in ocfs2_initialize_super()
/kernel/linux/linux-6.6/fs/reiserfs/
H
A
D
super.c
1690
s->
dq_op
= &reiserfs_quota_operations;
in read_super_block()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fs.h
1433
const struct dquot_operations *
dq_op
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
1198
const struct dquot_operations *
dq_op
;
member
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
super.c
3660
sb->
dq_op
= &f2fs_quota_operations;
in f2fs_fill_super()
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
super.c
4461
sb->
dq_op
= &f2fs_quota_operations;
in f2fs_fill_super()
/kernel/linux/linux-6.6/mm/
H
A
D
shmem.c
4358
sb->
dq_op
= &shmem_quota_operations;
in shmem_fill_super()
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
super.c
4733
sb->
dq_op
= &ext4_quota_operations;
in ext4_fill_super()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
super.c
5343
sb->
dq_op
= &ext4_quota_operations;
in __ext4_fill_super()
Completed in 64 milliseconds