| /fs/ext4/ |
| A D | inode-test.c | 77 struct timespec64 expected; member 89 .expected = {.tv_sec = -0x80000000LL, .tv_nsec = 0L}, 97 .expected = {.tv_sec = -1LL, .tv_nsec = 0L}, 105 .expected = {0LL, 0L}, 113 .expected = {.tv_sec = 0x7fffffffLL, .tv_nsec = 0L}, 121 .expected = {.tv_sec = 0x80000000LL, .tv_nsec = 0L}, 129 .expected = {.tv_sec = 0xffffffffLL, .tv_nsec = 0L}, 137 .expected = {.tv_sec = 0x100000000LL, .tv_nsec = 0L}, 193 .expected = {.tv_sec = 0x300000000LL, 253 test_param->expected.tv_sec, in inode_test_xtimestamp_decoding() [all …]
|
| /fs/squashfs/ |
| A D | file.c | 440 squashfs_copy_cache(folio, buffer, expected, in squashfs_readpage_fragment() 449 squashfs_copy_cache(folio, NULL, expected, 0); in squashfs_readpage_sparse() 459 int expected = index == file_end ? in squashfs_read_folio() local 480 res = squashfs_readpage_sparse(folio, expected); in squashfs_read_folio() 484 res = squashfs_readpage_fragment(folio, expected); in squashfs_read_folio() 513 expected, start); in squashfs_readahead_fragment() 537 if (copied == expected && !IS_ERR(last_page)) { in squashfs_readahead_fragment() 589 unsigned int expected; in squashfs_readahead() local 608 nr_pages, expected, start); in squashfs_readahead() 619 expected, start); in squashfs_readahead() [all …]
|
| A D | file_direct.c | 23 int expected) in squashfs_readpage_block() argument 70 actor = squashfs_page_actor_init_special(msblk, page, pages, expected, in squashfs_readpage_block() 83 if (res != expected || IS_ERR(last_page)) { in squashfs_readpage_block()
|
| A D | file_cache.c | 21 int squashfs_readpage_block(struct folio *folio, u64 block, int bsize, int expected) in squashfs_readpage_block() argument 32 squashfs_copy_cache(folio, buffer, expected, 0); in squashfs_readpage_block()
|
| A D | squashfs.h | 80 int squashfs_readpage_block(struct folio *, u64 block, int bsize, int expected);
|
| /fs/xfs/scrub/ |
| A D | fscounters.c | 478 uint64_t expected) in xchk_fscount_within_range() argument 483 trace_xchk_fscounters_within_range(sc->mp, expected, curr_value, in xchk_fscount_within_range() 491 if (curr_value == expected) in xchk_fscount_within_range() 502 if (expected >= min_value && expected <= max_value) in xchk_fscount_within_range()
|
| A D | ialloc.c | 758 enum xbtree_recpacking expected) in xchk_xref_inode_check() argument 769 if (outcome != expected) in xchk_xref_inode_check()
|
| A D | trace.h | 889 TP_PROTO(struct xfs_mount *mp, uint64_t expected, int64_t curr_value, 891 TP_ARGS(mp, expected, curr_value, old_value), 894 __field(uint64_t, expected) 900 __entry->expected = expected; 906 __entry->expected,
|
| /fs/nfsd/ |
| A D | blocklayoutxdr.c | 215 u32 nr_iomaps, expected, i; in nfsd4_scsi_decode_layoutupdate() local 221 expected = sizeof(__be32) + nr_iomaps * PNFS_SCSI_RANGE_SIZE; in nfsd4_scsi_decode_layoutupdate() 222 if (len != expected) in nfsd4_scsi_decode_layoutupdate()
|
| A D | nfs4callback.c | 243 enum nfs_cb_opnum4 expected, int *status) in decode_cb_op_status() argument 252 if (unlikely(op != expected)) in decode_cb_op_status() 260 "we issued a request for %d\n", op, expected); in decode_cb_op_status()
|
| A D | vfs.c | 1015 size_t expected) in nfsd_eof_on_read() argument 1017 if (expected != 0 && len == 0) in nfsd_eof_on_read()
|
| /fs/xfs/libxfs/ |
| A D | xfs_ondisk.h | 18 #define XFS_CHECK_VALUE(value, expected) \ argument 19 static_assert((value) == (expected), \ 20 "XFS: value of " #value " is wrong, expected " #expected)
|
| /fs/bcachefs/ |
| A D | checksum.h | 61 struct bch_csum expected, in bch2_csum_err_msg() argument 69 bch2_csum_to_text(out, type, expected); in bch2_csum_err_msg()
|
| A D | journal_io.c | 704 unsigned expected = sizeof(*u); in journal_entry_dev_usage_validate() local 707 if (journal_entry_err_on(bytes < expected, in journal_entry_dev_usage_validate() 711 bytes, expected)) { in journal_entry_dev_usage_validate() 826 unsigned expected = 16; in journal_entry_datetime_validate() local 829 if (journal_entry_err_on(vstruct_bytes(entry) < expected, in journal_entry_datetime_validate() 833 bytes, expected)) { in journal_entry_datetime_validate()
|
| /fs/ubifs/ |
| A D | ubifs.h | 1591 const u8 *expected, const u8 *got) in ubifs_check_hash() argument 1593 return crypto_memneq(expected, got, c->hash_len); in ubifs_check_hash() 1606 const u8 *expected, const u8 *got) in ubifs_check_hmac() argument 1608 return crypto_memneq(expected, got, c->hmac_desc_len); in ubifs_check_hmac() 1620 const u8 *expected); 1622 const void *buf, const u8 *expected) in ubifs_node_check_hash() argument 1625 return __ubifs_node_check_hash(c, buf, expected); in ubifs_node_check_hash()
|
| A D | auth.c | 163 const u8 *expected) in __ubifs_node_check_hash() argument 172 if (ubifs_check_hash(c, expected, calc)) in __ubifs_node_check_hash()
|
| A D | master.c | 66 const u8 *expected) in mst_node_check_hash() argument 78 if (ubifs_check_hash(c, expected, calc)) in mst_node_check_hash()
|
| /fs/smb/common/smbdirect/ |
| A D | smbdirect_socket.h | 67 } expected; member
|
| /fs/smb/client/ |
| A D | smbdirect.c | 394 sc->recv_io.expected = SMBDIRECT_EXPECT_DATA_TRANSFER; in process_negotiation_response() 461 response, sc->recv_io.expected, wc->status, wc->opcode, in recv_done() 476 switch (sc->recv_io.expected) { in recv_done() 548 log_rdma_recv(ERR, "unexpected response type=%d\n", sc->recv_io.expected); in recv_done() 549 WARN_ON_ONCE(sc->recv_io.expected != SMBDIRECT_EXPECT_DATA_TRANSFER); in recv_done() 1088 sc->recv_io.expected = SMBDIRECT_EXPECT_NEGOTIATE_REP; in smbd_negotiate()
|
| /fs/btrfs/ |
| A D | Kconfig | 29 expected to change unless there are strong reasons to do so. If there
|
| A D | volumes.c | 4178 bctl->stat.expected++; in __btrfs_balance()
|
| /fs/nfs/ |
| A D | nfs4trace.h | 442 u32 expected 445 TP_ARGS(xdr, op, expected), 452 __field(u32, expected) 463 __entry->expected = expected; 469 __entry->op, __entry->expected
|
| A D | nfs4xdr.c | 3246 static bool __decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected, in __decode_op_hdr() argument 3257 if (unlikely(opnum != expected)) in __decode_op_hdr() 3269 trace_nfs4_xdr_bad_operation(xdr, opnum, expected); in __decode_op_hdr() 3277 static int decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected) in decode_op_hdr() argument 3281 __decode_op_hdr(xdr, expected, &retval); in decode_op_hdr()
|
| /fs/jffs2/ |
| A D | README.Locking | 6 JFFS2. It is not expected to remain perfectly up to date, but ought to
|