Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
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/
Dvolume.c283 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()
Dserver.c401 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()
Dcell.c559 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()
Drxrpc.c166 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()
Ddynroot.c140 if (v1->hdr.zero == 0 && in afs_probe_cell_name()
/fs/pstore/
DKconfig205 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/
Dalloc.h261 struct page *page, int zero, u64 *phys);
Dalloc.c6804 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/
Dsmb2transport.c296 unsigned char zero = 0x0; in generate_key() local
342 &zero, 1); in generate_key()
/fs/hpfs/
Dhpfs.h85 __le16 zero; /* 0 */ member
/fs/fscache/
Dcookie.c870 bool zero = __refcount_dec_and_test(&cookie->ref, &ref); in fscache_cookie_put() local
873 if (!zero) in fscache_cookie_put()
/fs/ntfs3/
Dattrib.c2042 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()
Dntfs.h948 u32 zero; // 0x1c: member
Dfsntfs.c2364 re.de.view.data_off = cpu_to_le16(offsetof(struct NTFS_DE_R, zero)); in ntfs_insert_reparse()
/fs/ksmbd/
Dauth.c678 unsigned char zero = 0x0; in generate_key() local
722 rc = crypto_shash_update(CRYPTO_HMACSHA256(ctx), &zero, 1); in generate_key()
/fs/ecryptfs/
Dinode.c752 char zero[] = { 0x00 }; in truncate_upper() local
759 rc = ecryptfs_write(inode, zero, in truncate_upper()
/fs/jffs2/
DKconfig21 code. Set it to zero for use in production systems. For evaluation,
/fs/incfs/
Ddata_mgmt.c744 bool zero = true; in validate_hash_tree() local
750 zero = false; in validate_hash_tree()
754 if (zero) in validate_hash_tree()
/fs/cramfs/
DREADME38 regular file of non-zero st_size.
/fs/affs/
DChanges192 zone number was zero, the loop didn't terminate,
/fs/ceph/
Dfile.c1994 loff_t zero = 0; in ceph_zero_partial_object() local
1999 length = &zero; in ceph_zero_partial_object()
/fs/befs/
DChangeLog323 * Since we don't support access time, make that field zero, instead of
/fs/nfsd/
Dnfs4xdr.c4028 int zero = 0; in nfsd4_encode_readlink() local
4066 &zero, 4 - (maxcount&3)); in nfsd4_encode_readlink()