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:di_projid
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_inode_buf.h
20
prid_t
di_projid
; /* owner's project id */
member
H
A
D
xfs_inode_buf.c
228
to->
di_projid
= 0;
in xfs_inode_from_disk()
231
to->
di_projid
= (prid_t)be16_to_cpu(from->di_projid_hi) << 16 |
in xfs_inode_from_disk()
315
to->di_projid_lo = cpu_to_be16(from->
di_projid
& 0xffff);
in xfs_inode_to_disk()
316
to->di_projid_hi = cpu_to_be16(from->
di_projid
>> 16);
in xfs_inode_to_disk()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_qm_bhv.c
63
if (!xfs_qm_dqget(mp, ip->i_d.
di_projid
, XFS_DQTYPE_PROJ, false, &dqp)) {
in xfs_qm_statvfs()
H
A
D
xfs_inode_item.c
347
to->di_projid_lo = from->
di_projid
& 0xffff;
in xfs_inode_to_log_dinode()
348
to->di_projid_hi = from->
di_projid
>> 16;
in xfs_inode_to_log_dinode()
H
A
D
xfs_inode.h
178
return dp->i_d.
di_projid
;
in xfs_get_initial_prid()
H
A
D
xfs_itable.c
87
buf->bs_projectid = ip->i_d.
di_projid
;
in xfs_bulkstat_one_int()
H
A
D
xfs_ioctl.c
1122
fa->fsx_projid = ip->i_d.
di_projid
;
in xfs_fill_fsxattr()
1473
ip->i_d.
di_projid
!= fa->fsx_projid) {
in xfs_ioctl_setattr()
1510
if (ip->i_d.
di_projid
!= fa->fsx_projid) {
in xfs_ioctl_setattr()
1515
ip->i_d.
di_projid
= fa->fsx_projid;
in xfs_ioctl_setattr()
H
A
D
xfs_inode.c
853
ip->i_d.
di_projid
= prid;
in xfs_ialloc()
1402
tdp->i_d.
di_projid
!= sip->i_d.
di_projid
)) {
in xfs_link()
3231
target_dp->i_d.
di_projid
!= src_ip->i_d.
di_projid
)) {
in xfs_rename()
H
A
D
xfs_icache.c
1269
ip->i_d.
di_projid
!= eofb->eof_prid)
in xfs_inode_match_id()
1293
ip->i_d.
di_projid
== eofb->eof_prid)
in xfs_inode_match_id_union()
H
A
D
xfs_bmap_util.c
1225
ip->i_d.
di_projid
!= tip->i_d.
di_projid
))
in xfs_swap_extents_check_format()
H
A
D
xfs_qm.c
1725
if (ip->i_d.
di_projid
!= prid) {
in xfs_qm_vop_dqalloc()
1860
ip->i_d.
di_projid
!= pdqp->q_id)
in xfs_qm_vop_chown_reserve()
1934
ASSERT(ip->i_d.
di_projid
== pdqp->q_id);
in xfs_qm_vop_create_dqattach()
H
A
D
xfs_dquot.c
950
return ip->i_d.
di_projid
;
in xfs_qm_id_for_quotatype()
H
A
D
xfs_iops.c
669
error = xfs_qm_vop_dqalloc(ip, uid, gid, ip->i_d.
di_projid
,
in xfs_setattr_nonsize()
Completed in 19 milliseconds