Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dexport.c36 #define BYTES_PER_U32 (sizeof(u32)) macro
38 (sizeof(struct ceph_nfs_fh) / BYTES_PER_U32)
40 (sizeof(struct ceph_nfs_confh) / BYTES_PER_U32)
42 (sizeof(struct ceph_nfs_snapfh) / BYTES_PER_U32)
316 if (fh_len < sizeof(*fh) / BYTES_PER_U32) in ceph_fh_to_dentry()
435 if (fh_len < sizeof(*cfh) / BYTES_PER_U32) in ceph_fh_to_parent()