Home
last modified time | relevance | path

Searched refs:zero (Results 1 – 25 of 26) sorted by relevance

12

/fs/xfs/libxfs/
A Dxfs_cksum.h16 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 Dcell.c561 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 Drxrpc.c221 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 Dvolume.c297 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 Dserver.c335 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 Dfscache_cache.c183 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 Dfscache_volume.c426 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 Dfscache_cookie.c1012 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 Dattrib.c887 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 Dntfs.h960 u32 zero; // 0x1c: member
A Dntfs_fs.h443 CLST *len, bool *new, bool zero);
A Dfsntfs.c2368 re.de.view.data_off = cpu_to_le16(offsetof(struct NTFS_DE_R, zero)); in ntfs_insert_reparse()
/fs/pstore/
A DKconfig123 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 Drecovery.c121 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 Dalloc.h258 size_t from, size_t to, struct folio *folio, int zero,
/fs/hpfs/
A Dhpfs.h85 __le16 zero; /* 0 */ member
/fs/smb/client/
A Dsmb2transport.c338 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 Dauth.c696 unsigned char zero = 0x0; in generate_key() local
740 rc = crypto_shash_update(CRYPTO_HMACSHA256(ctx), &zero, 1); in generate_key()
/fs/jffs2/
A DKconfig21 code. Set it to zero for use in production systems. For evaluation,
/fs/ecryptfs/
A Dinode.c764 char zero[] = { 0x00 }; in truncate_upper() local
771 rc = ecryptfs_write(inode, zero, in truncate_upper()
/fs/cramfs/
A DREADME38 regular file of non-zero st_size.
/fs/affs/
A DChanges192 zone number was zero, the loop didn't terminate,
/fs/befs/
A DChangeLog323 * Since we don't support access time, make that field zero, instead of
/fs/nfsd/
A Dnfs4xdr.c4485 __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 Dfile.c2576 loff_t zero = 0; in ceph_zero_partial_object() local
2584 length = &zero; in ceph_zero_partial_object()

Completed in 61 milliseconds

12