Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dexportfs.h211 int (*get_uuid)(struct super_block *sb, u8 *buf, u32 *len, u64 *offset); member
/linux-4.4.14/fs/nfsd/
Dblocklayout.c34 return sb->s_export_op->get_uuid(sb, b->simple.sig, &b->simple.sig_len, in nfsd4_block_get_device_info_simple()
Dnfs4layouts.c124 if (sb->s_export_op->get_uuid && in nfsd4_setup_layout_type()
/linux-4.4.14/fs/xfs/
Dxfs_export.c250 .get_uuid = xfs_fs_get_uuid,
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd_class.h831 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()