Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/crypto/
H A Dinline_crypt.c33 if (sb->s_cop->get_num_devices) in fscrypt_get_num_devices()
34 return sb->s_cop->get_num_devices(sb); in fscrypt_get_num_devices()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscrypt.h70 int (*get_num_devices)(struct super_block *sb); member
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsuper.c2925 .get_num_devices = f2fs_get_num_devices,