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:OFFSET_MAX
(Results
1 - 25
of
52
) sorted by relevance
1
2
3
/kernel/linux/linux-5.10/fs/
H
A
D
locks.c
499
fl->fl_end =
OFFSET_MAX
;
in flock_make_lock()
534
if (l->l_start >
OFFSET_MAX
- fl->fl_start)
in flock64_to_posix_lock()
543
if (l->l_len - 1 >
OFFSET_MAX
- fl->fl_start)
in flock64_to_posix_lock()
553
fl->fl_end =
OFFSET_MAX
;
in flock64_to_posix_lock()
626
fl->fl_end =
OFFSET_MAX
;
in lease_init()
1156
request->fl_start != 0 || request->fl_end !=
OFFSET_MAX
)) {
in posix_lock_inode()
1218
* is
OFFSET_MAX
, end + 1 will become negative.
in posix_lock_inode()
2325
if (fl->fl_end !=
OFFSET_MAX
&& fl->fl_end > OFFT_OFFSET_MAX)
in posix_lock_to_flock()
2329
flock->l_len = fl->fl_end ==
OFFSET_MAX
? 0 :
in posix_lock_to_flock()
2341
flock->l_len = fl->fl_end ==
OFFSET_MAX
in posix_lock_to_flock64()
[all...]
H
A
D
remap_range.c
112
loff_t end = len ? pos + len - 1 :
OFFSET_MAX
;
in remap_verify_area()
/kernel/linux/linux-6.6/fs/
H
A
D
locks.c
438
fl->fl_end =
OFFSET_MAX
;
in flock_make_lock()
471
if (l->l_start >
OFFSET_MAX
- fl->fl_start)
in flock64_to_posix_lock()
480
if (l->l_len - 1 >
OFFSET_MAX
- fl->fl_start)
in flock64_to_posix_lock()
490
fl->fl_end =
OFFSET_MAX
;
in flock64_to_posix_lock()
563
fl->fl_end =
OFFSET_MAX
;
in lease_init()
1121
request->fl_start != 0 || request->fl_end !=
OFFSET_MAX
)) {
in posix_lock_inode()
1195
* is
OFFSET_MAX
, end + 1 will become negative.
in posix_lock_inode()
2183
if (fl->fl_end !=
OFFSET_MAX
&& fl->fl_end > OFFT_OFFSET_MAX)
in posix_lock_to_flock()
2187
flock->l_len = fl->fl_end ==
OFFSET_MAX
? 0 :
in posix_lock_to_flock()
2199
flock->l_len = fl->fl_end ==
OFFSET_MAX
in posix_lock_to_flock64()
[all...]
/kernel/linux/linux-6.6/fs/9p/
H
A
D
vfs_file.c
151
if (fl->fl_end ==
OFFSET_MAX
)
in v9fs_file_do_lock()
244
if (fl->fl_end ==
OFFSET_MAX
)
in v9fs_file_getlock()
269
fl->fl_end =
OFFSET_MAX
;
in v9fs_file_getlock()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
bpf-prologue.c
424
#define
OFFSET_MAX
((1LL << 31) - 1)
in bpf__gen_prologue()
macro
426
if (ref->offset >
OFFSET_MAX
||
in bpf__gen_prologue()
/kernel/linux/linux-5.10/fs/lockd/
H
A
D
xdr.c
138
fl->fl_end =
OFFSET_MAX
;
in nlm_decode_lock()
167
if (fl->fl_end ==
OFFSET_MAX
)
in nlm_encode_testres()
H
A
D
clnt4xdr.c
71
if (fl->fl_end ==
OFFSET_MAX
)
in nlm4_compute_offsets()
292
fl->fl_end =
OFFSET_MAX
;
in decode_nlm4_holder()
H
A
D
xdr4.c
130
fl->fl_end =
OFFSET_MAX
;
in nlm4_decode_lock()
160
if (fl->fl_end ==
OFFSET_MAX
)
in nlm4_encode_testres()
H
A
D
clntxdr.c
67
if (fl->fl_end ==
OFFSET_MAX
)
in nlm_compute_offsets()
286
fl->fl_end =
OFFSET_MAX
;
in decode_nlm_holder()
H
A
D
svcsubs.c
190
lock.fl_end =
OFFSET_MAX
;
in nlm_traverse_locks()
/kernel/linux/linux-6.6/fs/lockd/
H
A
D
xdr4.c
42
fl->fl_end =
OFFSET_MAX
;
in nlm4svc_set_file_lock_range()
112
if (fl->fl_end ==
OFFSET_MAX
)
in svcxdr_encode_holder()
H
A
D
xdr.c
96
fl->fl_end =
OFFSET_MAX
;
in svcxdr_decode_lock()
117
if (fl->fl_end ==
OFFSET_MAX
)
in svcxdr_encode_holder()
H
A
D
svc4proc.c
35
if (lock->lock_start >
OFFSET_MAX
||
in nlm4svc_retrieve_args()
36
(lock->lock_len && ((lock->lock_len - 1) > (
OFFSET_MAX
- lock->lock_start))))
in nlm4svc_retrieve_args()
61
OFFSET_MAX
;
in nlm4svc_retrieve_args()
H
A
D
clntxdr.c
67
if (fl->fl_end ==
OFFSET_MAX
)
in nlm_compute_offsets()
286
fl->fl_end =
OFFSET_MAX
;
in decode_nlm_holder()
H
A
D
svcsubs.c
186
lock.fl_end =
OFFSET_MAX
;
in nlm_unlock_files()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfs3proc.c
162
if (argp->offset > (u64)
OFFSET_MAX
)
in nfsd3_proc_read()
163
argp->offset = (u64)
OFFSET_MAX
;
in nfsd3_proc_read()
164
if (argp->offset + argp->count > (u64)
OFFSET_MAX
)
in nfsd3_proc_read()
165
argp->count = (u64)
OFFSET_MAX
- argp->offset;
in nfsd3_proc_read()
200
if (argp->offset > (u64)
OFFSET_MAX
||
in nfsd3_proc_write()
201
argp->offset + argp->len > (u64)
OFFSET_MAX
)
in nfsd3_proc_write()
H
A
D
nfs4proc.c
960
if (read->rd_offset > (u64)
OFFSET_MAX
)
in nfsd4_read()
961
read->rd_offset = (u64)
OFFSET_MAX
;
in nfsd4_read()
962
if (read->rd_offset + read->rd_length > (u64)
OFFSET_MAX
)
in nfsd4_read()
963
read->rd_length = (u64)
OFFSET_MAX
- read->rd_offset;
in nfsd4_read()
1191
if (write->wr_offset > (u64)
OFFSET_MAX
||
in nfsd4_write()
1192
write->wr_offset + write->wr_buflen > (u64)
OFFSET_MAX
)
in nfsd4_write()
/kernel/linux/linux-5.10/fs/9p/
H
A
D
vfs_file.c
169
if (fl->fl_end ==
OFFSET_MAX
)
in v9fs_file_do_lock()
262
if (fl->fl_end ==
OFFSET_MAX
)
in v9fs_file_getlock()
287
fl->fl_end =
OFFSET_MAX
;
in v9fs_file_getlock()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
ordered-data.c
821
orig_end =
OFFSET_MAX
;
in btrfs_wait_ordered_range()
824
if (orig_end >
OFFSET_MAX
)
in btrfs_wait_ordered_range()
825
orig_end =
OFFSET_MAX
;
in btrfs_wait_ordered_range()
/kernel/linux/linux-5.10/fs/afs/
H
A
D
flock.c
473
partial = (fl->fl_start != 0 || fl->fl_end !=
OFFSET_MAX
);
in afs_do_setlk()
750
fl->fl_end =
OFFSET_MAX
;
in afs_do_getlk()
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
nfs3proc.c
187
if (argp->offset > (u64)
OFFSET_MAX
||
in nfsd3_proc_write()
188
argp->offset + argp->len > (u64)
OFFSET_MAX
)
in nfsd3_proc_write()
/kernel/linux/linux-6.6/fs/afs/
H
A
D
flock.c
473
partial = (fl->fl_start != 0 || fl->fl_end !=
OFFSET_MAX
);
in afs_do_setlk()
750
fl->fl_end =
OFFSET_MAX
;
in afs_do_getlk()
/kernel/linux/linux-5.10/include/linux/
H
A
D
nfs_fs.h
580
return min_t(u64, size,
OFFSET_MAX
);
in nfs_size_to_loff_t()
/kernel/linux/linux-5.10/fs/dlm/
H
A
D
plock.c
96
op->info.end =
OFFSET_MAX
;
in do_unlock_close()
/kernel/linux/linux-5.10/fs/erofs/
H
A
D
super.c
327
inode->i_size =
OFFSET_MAX
;
in erofs_init_managed_cache()
Completed in 37 milliseconds
1
2
3