Home
last modified time | relevance | path

Searched refs:verify (Results 1 – 15 of 15) sorted by relevance

/fs/unicode/
A DREADME.utf8data18 md5sums (verify by running "md5sum -c README.utf8data"):
28 sha1sums (verify by running "sha1sum -c README.utf8data"):
A Dmkutf8data.c1745 static void verify(struct tree *tree) in verify() function
1831 verify(&trees[i]); in trees_verify()
/fs/verity/
A DMakefile9 verify.o
A DKconfig14 will then transparently verify any data read from the file
/fs/btrfs/
A DKconfig80 done, simple enough not to affect performance but verify invariants
122 bool "Btrfs with the ref verify tool compiled in"
A DMakefile39 btrfs-$(CONFIG_BTRFS_FS_REF_VERIFY) += ref-verify.o
/fs/ext4/
A Dballoc.c503 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 Dialloc.c152 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 Dnfs4proc.c2212 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 Dnfs4xdr.c1427 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 Dxdr4.h816 struct nfsd4_verify verify; member
/fs/overlayfs/
A Dnamei.c807 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 Doverlayfs.h710 struct dentry *origin, bool verify);
/fs/bcachefs/
A Dbset.c944 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 Dbuffer.c360 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