| /fs/xfs/libxfs/ |
| A 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/ |
| A D | cell.c | 561 bool zero; in afs_put_cell() local 565 zero = __refcount_dec_and_test(&cell->ref, &r); in afs_put_cell() 567 if (zero) { in afs_put_cell() 596 bool zero; in afs_unuse_cell() local 616 zero = __refcount_dec_and_test(&cell->ref, &r); in afs_unuse_cell() 618 if (zero) in afs_unuse_cell()
|
| A D | rxrpc.c | 221 bool zero; in afs_put_call() local 224 zero = __refcount_dec_and_test(&call->ref, &r); in afs_put_call() 228 if (zero) in afs_put_call() 247 bool zero; in afs_deferred_put_call() local 250 zero = __refcount_dec_and_test(&call->ref, &r); in afs_deferred_put_call() 254 if (zero) in afs_deferred_put_call()
|
| A D | volume.c | 297 bool zero; in afs_put_volume() local 300 zero = __refcount_dec_and_test(&volume->ref, &r); in afs_put_volume() 302 if (zero) in afs_put_volume()
|
| A D | server.c | 335 bool zero; in afs_put_server() local 342 zero = __refcount_dec_and_test(&server->ref, &r); in afs_put_server() 344 if (unlikely(zero)) in afs_put_server()
|
| /fs/netfs/ |
| A D | fscache_cache.c | 183 bool zero; in fscache_put_cache() local 190 zero = __refcount_dec_and_test(&cache->ref, &ref); in fscache_put_cache() 193 if (zero) { in fscache_put_cache()
|
| A D | fscache_volume.c | 426 bool zero; in fscache_put_volume() local 429 zero = __refcount_dec_and_test(&volume->ref, &ref); in fscache_put_volume() 431 if (zero) in fscache_put_volume()
|
| A D | fscache_cookie.c | 1012 bool zero; in fscache_put_cookie() local 1015 zero = __refcount_dec_and_test(&cookie->ref, &ref); in fscache_put_cookie() 1017 if (zero) { in fscache_put_cookie()
|
| /fs/ntfs3/ |
| A D | attrib.c | 887 CLST *len, bool *new, bool zero) in attr_data_get_block() argument 1029 zero = true; in attr_data_get_block() 1066 zero ? ALLOCATE_ZERO : ALLOCATE_DEF, &alen, in attr_data_get_block() 2216 CLST vcn1, zero, hole2 = hole; in attr_punch_hole() local 2222 zero = min(end, evcn1) - vcn1; in attr_punch_hole() 2229 err = run_deallocate_ex(NULL, run, vcn1, zero, &hole2, false); in attr_punch_hole() 2243 if (!run_add_entry(run, vcn1, SPARSE_LCN, zero, false)) { in attr_punch_hole() 2267 run_deallocate_ex(sbi, &run2, vcn1, zero, &hole, true); in attr_punch_hole()
|
| A D | ntfs.h | 960 u32 zero; // 0x1c: member
|
| A D | ntfs_fs.h | 443 CLST *len, bool *new, bool zero);
|
| A D | fsntfs.c | 2368 re.de.view.data_off = cpu_to_le16(offsetof(struct NTFS_DE_R, zero)); in ntfs_insert_reparse()
|
| /fs/pstore/ |
| A D | Kconfig | 123 partition using the format SSSSSSSS-PP, where SSSSSSSS is a zero- 125 is a zero-filled hex representation of the 1-based partition number.
|
| /fs/gfs2/ |
| A D | recovery.c | 121 const u32 zero = 0; in __get_log_header() local 130 hash = ~crc32(hash, &zero, 4); /* assume lh_hash is zero */ in __get_log_header()
|
| /fs/ocfs2/ |
| A D | alloc.h | 258 size_t from, size_t to, struct folio *folio, int zero,
|
| /fs/hpfs/ |
| A D | hpfs.h | 85 __le16 zero; /* 0 */ member
|
| /fs/smb/client/ |
| A D | smb2transport.c | 338 unsigned char zero = 0x0; in generate_key() local 381 rc = crypto_shash_update(server->secmech.hmacsha256, &zero, 1); in generate_key()
|
| /fs/smb/server/ |
| A D | auth.c | 696 unsigned char zero = 0x0; in generate_key() local 740 rc = crypto_shash_update(CRYPTO_HMACSHA256(ctx), &zero, 1); in generate_key()
|
| /fs/jffs2/ |
| A D | Kconfig | 21 code. Set it to zero for use in production systems. For evaluation,
|
| /fs/ecryptfs/ |
| A D | inode.c | 764 char zero[] = { 0x00 }; in truncate_upper() local 771 rc = ecryptfs_write(inode, zero, in truncate_upper()
|
| /fs/cramfs/ |
| A D | README | 38 regular file of non-zero st_size.
|
| /fs/affs/ |
| A D | Changes | 192 zone number was zero, the loop didn't terminate,
|
| /fs/befs/ |
| A D | ChangeLog | 323 * Since we don't support access time, make that field zero, instead of
|
| /fs/nfsd/ |
| A D | nfs4xdr.c | 4485 __be32 zero = xdr_zero; in nfsd4_encode_readv() local 4501 write_bytes_to_xdr_buf(xdr->buf, starting_len + maxcount, &zero, in nfsd4_encode_readv() 4555 __be32 *p, wire_count, zero = xdr_zero; in nfsd4_encode_readlink() local 4586 write_bytes_to_xdr_buf(xdr->buf, length_offset + 4 + maxcount, &zero, in nfsd4_encode_readlink()
|
| /fs/ceph/ |
| A D | file.c | 2576 loff_t zero = 0; in ceph_zero_partial_object() local 2584 length = &zero; in ceph_zero_partial_object()
|