Searched refs:verify (Results 1 – 15 of 15) sorted by relevance
| /fs/unicode/ |
| A D | README.utf8data | 18 md5sums (verify by running "md5sum -c README.utf8data"): 28 sha1sums (verify by running "sha1sum -c README.utf8data"):
|
| A D | mkutf8data.c | 1745 static void verify(struct tree *tree) in verify() function 1831 verify(&trees[i]); in trees_verify()
|
| /fs/verity/ |
| A D | Makefile | 9 verify.o
|
| A D | Kconfig | 14 will then transparently verify any data read from the file
|
| /fs/btrfs/ |
| A D | Kconfig | 80 done, simple enough not to affect performance but verify invariants 122 bool "Btrfs with the ref verify tool compiled in"
|
| A D | Makefile | 39 btrfs-$(CONFIG_BTRFS_FS_REF_VERIFY) += ref-verify.o
|
| /fs/ext4/ |
| A D | balloc.c | 503 goto verify; in ext4_read_block_bitmap_nowait() 508 goto verify; in ext4_read_block_bitmap_nowait() 544 goto verify; in ext4_read_block_bitmap_nowait() 556 verify: in ext4_read_block_bitmap_nowait()
|
| A D | ialloc.c | 152 goto verify; in ext4_read_inode_bitmap() 157 goto verify; in ext4_read_inode_bitmap() 190 goto verify; in ext4_read_inode_bitmap() 209 verify: in ext4_read_inode_bitmap()
|
| /fs/nfsd/ |
| A D | nfs4proc.c | 2212 struct nfsd4_verify *verify) in _nfsd4_verify() argument 2222 status = check_attr_support(rqstp, cstate, verify->ve_bmval, NULL); in _nfsd4_verify() 2226 if ((verify->ve_bmval[0] & FATTR4_WORD0_RDATTR_ERROR) in _nfsd4_verify() 2227 || (verify->ve_bmval[1] & NFSD_WRITEONLY_ATTRS_WORD1)) in _nfsd4_verify() 2229 if (verify->ve_attrlen & 3) in _nfsd4_verify() 2235 count = 4 + (verify->ve_attrlen >> 2); in _nfsd4_verify() 2244 verify->ve_bmval, in _nfsd4_verify() 2258 if (ntohl(*p++) != verify->ve_attrlen) in _nfsd4_verify() 2260 if (!memcmp(p, verify->ve_attrval, verify->ve_attrlen)) in _nfsd4_verify() 2274 status = _nfsd4_verify(rqstp, cstate, &u->verify); in nfsd4_nverify()
|
| A D | nfs4xdr.c | 1427 struct nfsd4_verify *verify = &u->verify; in nfsd4_decode_verify() local 1430 memset(verify, 0, sizeof(*verify)); in nfsd4_decode_verify() 1432 status = nfsd4_decode_bitmap4(argp, verify->ve_bmval, in nfsd4_decode_verify() 1433 ARRAY_SIZE(verify->ve_bmval)); in nfsd4_decode_verify() 1440 if (xdr_stream_decode_u32(argp->xdr, &verify->ve_attrlen) < 0) in nfsd4_decode_verify() 1442 p = xdr_inline_decode(argp->xdr, verify->ve_attrlen); in nfsd4_decode_verify() 1445 verify->ve_attrval = svcxdr_savemem(argp, p, verify->ve_attrlen); in nfsd4_decode_verify() 1446 if (!verify->ve_attrval) in nfsd4_decode_verify()
|
| A D | xdr4.h | 816 struct nfsd4_verify verify; member
|
| /fs/overlayfs/ |
| A D | namei.c | 807 struct dentry *origin, bool verify) in ovl_lookup_index() argument 835 if (ovl_is_whiteout(index) && !verify) { in ovl_lookup_index() 858 } else if (is_dir && verify) { in ovl_lookup_index()
|
| A D | overlayfs.h | 710 struct dentry *origin, bool verify);
|
| /fs/bcachefs/ |
| A D | bset.c | 944 goto verify; in bch2_bset_fix_lookup_table() 958 goto verify; in bch2_bset_fix_lookup_table() 982 verify: in bch2_bset_fix_lookup_table()
|
| /fs/ |
| A D | buffer.c | 360 bool verify = need_fsverity(bh); in end_buffer_async_read_io() local 363 if (uptodate && (decrypt || verify)) { in end_buffer_async_read_io()
|
Completed in 738 milliseconds