Home
last modified time | relevance | path

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

/fs/btrfs/
DKconfig57 writes of the super block). The goal is to verify that the
68 to verify the integrity of (super)-block write requests
102 bool "Btrfs with the ref verify tool compiled in"
DMakefile18 btrfs-$(CONFIG_BTRFS_FS_REF_VERIFY) += ref-verify.o
/fs/unicode/
DREADME.utf8data18 md5sums (verify by running "md5sum -c README.utf8data"):
28 sha1sums (verify by running "sha1sum -c README.utf8data"):
Dmkutf8data.c1745 static void verify(struct tree *tree) in verify() function
1831 verify(&trees[i]); in trees_verify()
/fs/ext4/
Dballoc.c496 goto verify; in ext4_read_block_bitmap_nowait()
501 goto verify; in ext4_read_block_bitmap_nowait()
525 goto verify; in ext4_read_block_bitmap_nowait()
535 goto verify; in ext4_read_block_bitmap_nowait()
546 verify: in ext4_read_block_bitmap_nowait()
Dialloc.c153 goto verify; in ext4_read_inode_bitmap()
158 goto verify; in ext4_read_inode_bitmap()
191 goto verify; in ext4_read_inode_bitmap()
209 verify: in ext4_read_inode_bitmap()
/fs/verity/
DMakefile11 verify.o
DKconfig19 transparently verify any data read from the file against the
/fs/nfsd/
Dnfs4proc.c1748 struct nfsd4_verify *verify) in _nfsd4_verify() argument
1758 status = check_attr_support(rqstp, cstate, verify->ve_bmval, NULL); in _nfsd4_verify()
1762 if ((verify->ve_bmval[0] & FATTR4_WORD0_RDATTR_ERROR) in _nfsd4_verify()
1763 || (verify->ve_bmval[1] & NFSD_WRITEONLY_ATTRS_WORD1)) in _nfsd4_verify()
1765 if (verify->ve_attrlen & 3) in _nfsd4_verify()
1771 count = 4 + (verify->ve_attrlen >> 2); in _nfsd4_verify()
1780 verify->ve_bmval, in _nfsd4_verify()
1794 if (ntohl(*p++) != verify->ve_attrlen) in _nfsd4_verify()
1796 if (!memcmp(p, verify->ve_attrval, verify->ve_attrlen)) in _nfsd4_verify()
1810 status = _nfsd4_verify(rqstp, cstate, &u->verify); in nfsd4_nverify()
Dxdr4.h649 struct nfsd4_verify verify; member
Dnfs4xdr.c1287 nfsd4_decode_verify(struct nfsd4_compoundargs *argp, struct nfsd4_verify *verify) in nfsd4_decode_verify() argument
1291 if ((status = nfsd4_decode_bitmap(argp, verify->ve_bmval))) in nfsd4_decode_verify()
1298 verify->ve_attrlen = be32_to_cpup(p++); in nfsd4_decode_verify()
1299 READ_BUF(verify->ve_attrlen); in nfsd4_decode_verify()
1300 SAVEMEM(verify->ve_attrval, verify->ve_attrlen); in nfsd4_decode_verify()
/fs/overlayfs/
Dnamei.c690 struct dentry *origin, bool verify) in ovl_lookup_index() argument
717 if (ovl_is_whiteout(index) && !verify) { in ovl_lookup_index()
740 } else if (is_dir && verify) { in ovl_lookup_index()
Doverlayfs.h416 struct dentry *origin, bool verify);