Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dgenops.c1444 struct cfs_hash *uuid_hash; in obd_export_evict_by_uuid() local
1454 uuid_hash = obd->obd_uuid_hash; in obd_export_evict_by_uuid()
1455 cfs_hash_getref(uuid_hash); in obd_export_evict_by_uuid()
1461 cfs_hash_putref(uuid_hash); in obd_export_evict_by_uuid()
1465 doomed_exp = cfs_hash_lookup(uuid_hash, &doomed_uuid); in obd_export_evict_by_uuid()
1477 cfs_hash_putref(uuid_hash); in obd_export_evict_by_uuid()
Dobd_config.c1766 uuid_hash(struct cfs_hash *hs, const void *key, unsigned mask) in uuid_hash() function
1823 .hs_hash = uuid_hash,
/linux-4.1.27/fs/ocfs2/
Docfs2.h322 u32 uuid_hash; member
Dsuper.c2293 osb->uuid_hash = le32_to_cpu(di->id2.i_super.s_uuid_hash); in ocfs2_initialize_super()
Dxattr.c562 u32 hash = OCFS2_SB(inode->i_sb)->uuid_hash; in ocfs2_xattr_name_hash()