/fs/xfs/libxfs/ |
D | xfs_cksum.h | 16 uint32_t zero = 0; in xfs_start_cksum_safe() local 23 crc = crc32c(crc, &zero, sizeof(__u32)); in xfs_start_cksum_safe()
|
/fs/afs/ |
D | volume.c | 283 bool zero; in afs_put_volume() local 286 zero = __refcount_dec_and_test(&volume->ref, &r); in afs_put_volume() 288 if (zero) in afs_put_volume()
|
D | server.c | 401 bool zero; in afs_put_server() local 407 zero = __refcount_dec_and_test(&server->ref, &r); in afs_put_server() 409 if (unlikely(zero)) in afs_put_server()
|
D | cell.c | 559 bool zero; in afs_put_cell() local 563 zero = __refcount_dec_and_test(&cell->ref, &r); in afs_put_cell() 565 if (zero) { in afs_put_cell()
|
D | rxrpc.c | 166 bool zero; in afs_put_call() local 169 zero = __refcount_dec_and_test(&call->ref, &r); in afs_put_call() 174 if (zero) { in afs_put_call()
|
D | dynroot.c | 140 if (v1->hdr.zero == 0 && in afs_probe_cell_name()
|
/fs/pstore/ |
D | Kconfig | 205 partition using the format SSSSSSSS-PP, where SSSSSSSS is a zero- 207 is a zero-filled hex representation of the 1-based partition number.
|
/fs/ocfs2/ |
D | alloc.h | 261 struct page *page, int zero, u64 *phys);
|
D | alloc.c | 6804 struct page *page, int zero, u64 *phys) in ocfs2_map_and_dirty_page() argument 6814 if (zero) in ocfs2_map_and_dirty_page()
|
/fs/cifs/ |
D | smb2transport.c | 296 unsigned char zero = 0x0; in generate_key() local 342 &zero, 1); in generate_key()
|
/fs/hpfs/ |
D | hpfs.h | 85 __le16 zero; /* 0 */ member
|
/fs/fscache/ |
D | cookie.c | 870 bool zero = __refcount_dec_and_test(&cookie->ref, &ref); in fscache_cookie_put() local 873 if (!zero) in fscache_cookie_put()
|
/fs/ntfs3/ |
D | attrib.c | 2042 CLST vcn1, zero, dealloc2; in attr_punch_hole() local 2048 zero = min(end, evcn1) - vcn1; in attr_punch_hole() 2051 err = run_deallocate_ex(sbi, run, vcn1, zero, &dealloc, true); in attr_punch_hole() 2058 if (!run_add_entry(run, vcn1, SPARSE_LCN, zero, in attr_punch_hole()
|
D | ntfs.h | 948 u32 zero; // 0x1c: member
|
D | fsntfs.c | 2364 re.de.view.data_off = cpu_to_le16(offsetof(struct NTFS_DE_R, zero)); in ntfs_insert_reparse()
|
/fs/ksmbd/ |
D | auth.c | 678 unsigned char zero = 0x0; in generate_key() local 722 rc = crypto_shash_update(CRYPTO_HMACSHA256(ctx), &zero, 1); in generate_key()
|
/fs/ecryptfs/ |
D | inode.c | 752 char zero[] = { 0x00 }; in truncate_upper() local 759 rc = ecryptfs_write(inode, zero, in truncate_upper()
|
/fs/jffs2/ |
D | Kconfig | 21 code. Set it to zero for use in production systems. For evaluation,
|
/fs/incfs/ |
D | data_mgmt.c | 744 bool zero = true; in validate_hash_tree() local 750 zero = false; in validate_hash_tree() 754 if (zero) in validate_hash_tree()
|
/fs/cramfs/ |
D | README | 38 regular file of non-zero st_size.
|
/fs/affs/ |
D | Changes | 192 zone number was zero, the loop didn't terminate,
|
/fs/ceph/ |
D | file.c | 1994 loff_t zero = 0; in ceph_zero_partial_object() local 1999 length = &zero; in ceph_zero_partial_object()
|
/fs/befs/ |
D | ChangeLog | 323 * Since we don't support access time, make that field zero, instead of
|
/fs/nfsd/ |
D | nfs4xdr.c | 4028 int zero = 0; in nfsd4_encode_readlink() local 4066 &zero, 4 - (maxcount&3)); in nfsd4_encode_readlink()
|