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:tr_qm_dqalloc
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_log_rlimit.c
72
resv->
tr_qm_dqalloc
.tr_logcount = XFS_WRITE_LOG_COUNT_REFLINK;
in xfs_log_calc_trans_resv_for_minlogblocks()
80
resv->
tr_qm_dqalloc
.tr_logcount = XFS_WRITE_LOG_COUNT;
in xfs_log_calc_trans_resv_for_minlogblocks()
92
resv->
tr_qm_dqalloc
.tr_logres =
in xfs_log_calc_trans_resv_for_minlogblocks()
H
A
D
xfs_trans_resv.c
984
resp->
tr_qm_dqalloc
.tr_logres = xfs_calc_qm_dqalloc_reservation(mp,
in xfs_trans_resv_calc()
986
resp->
tr_qm_dqalloc
.tr_logcount = XFS_WRITE_LOG_COUNT;
in xfs_trans_resv_calc()
987
resp->
tr_qm_dqalloc
.tr_logflags |= XFS_TRANS_PERM_LOG_RES;
in xfs_trans_resv_calc()
1027
resp->
tr_qm_dqalloc
.tr_logcount += logcount_adj;
in xfs_trans_resv_calc()
H
A
D
xfs_trans_resv.h
48
struct xfs_trans_res
tr_qm_dqalloc
; /* allocate quota on disk */
member
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_trans_resv.c
912
resp->
tr_qm_dqalloc
.tr_logres = xfs_calc_qm_dqalloc_reservation(mp);
in xfs_trans_resv_calc()
914
resp->
tr_qm_dqalloc
.tr_logcount = XFS_WRITE_LOG_COUNT_REFLINK;
in xfs_trans_resv_calc()
916
resp->
tr_qm_dqalloc
.tr_logcount = XFS_WRITE_LOG_COUNT;
in xfs_trans_resv_calc()
917
resp->
tr_qm_dqalloc
.tr_logflags |= XFS_TRANS_PERM_LOG_RES;
in xfs_trans_resv_calc()
H
A
D
xfs_trans_resv.h
48
struct xfs_trans_res
tr_qm_dqalloc
; /* allocate quota on disk */
member
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_dquot.c
636
error = xfs_trans_alloc(mp, &M_RES(mp)->
tr_qm_dqalloc
,
in xfs_qm_dqread_alloc()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_dquot.c
303
error = xfs_trans_alloc(mp, &M_RES(mp)->
tr_qm_dqalloc
,
in xfs_dquot_disk_alloc()
Completed in 7 milliseconds