Searched refs:verify (Results 1 – 13 of 13) sorted by relevance
/fs/btrfs/ |
D | Kconfig | 57 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"
|
D | Makefile | 18 btrfs-$(CONFIG_BTRFS_FS_REF_VERIFY) += ref-verify.o
|
/fs/unicode/ |
D | README.utf8data | 18 md5sums (verify by running "md5sum -c README.utf8data"): 28 sha1sums (verify by running "sha1sum -c README.utf8data"):
|
D | mkutf8data.c | 1745 static void verify(struct tree *tree) in verify() function 1831 verify(&trees[i]); in trees_verify()
|
/fs/ext4/ |
D | balloc.c | 496 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()
|
D | ialloc.c | 153 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/ |
D | Makefile | 11 verify.o
|
D | Kconfig | 19 transparently verify any data read from the file against the
|
/fs/nfsd/ |
D | nfs4proc.c | 1748 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()
|
D | xdr4.h | 649 struct nfsd4_verify verify; member
|
D | nfs4xdr.c | 1287 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/ |
D | namei.c | 690 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()
|
D | overlayfs.h | 416 struct dentry *origin, bool verify);
|