Searched refs:get_uuid (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/linux/ |
D | exportfs.h | 211 int (*get_uuid)(struct super_block *sb, u8 *buf, u32 *len, u64 *offset); member
|
/linux-4.4.14/fs/nfsd/ |
D | blocklayout.c | 34 return sb->s_export_op->get_uuid(sb, b->simple.sig, &b->simple.sig_len, in nfsd4_block_get_device_info_simple()
|
D | nfs4layouts.c | 124 if (sb->s_export_op->get_uuid && in nfsd4_setup_layout_type()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_export.c | 250 .get_uuid = xfs_fs_get_uuid,
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | obd_class.h | 831 OBD_CHECK_DT_OP(exp->exp_obd, get_uuid, NULL); in obd_get_uuid() 832 EXP_COUNTER_INCREMENT(exp, get_uuid); in obd_get_uuid() 834 uuid = OBP(exp->exp_obd, get_uuid)(exp); in obd_get_uuid()
|