Home
last modified time | relevance | path

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

/Linux-v5.10/fs/crypto/
Dinline_crypt.c31 if (sb->s_cop->get_num_devices) in fscrypt_get_num_devices()
32 return sb->s_cop->get_num_devices(sb); in fscrypt_get_num_devices()
/Linux-v5.10/include/linux/
Dfscrypt.h70 int (*get_num_devices)(struct super_block *sb); member
/Linux-v5.10/fs/f2fs/
Dsuper.c2560 .get_num_devices = f2fs_get_num_devices,