Home
last modified time | relevance | path

Searched refs:fc_opts (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ntfs3/
H A Dsuper.c1253 struct ntfs_mount_options *fc_opts; in ntfs_fill_super() local
1271 fc_opts = fc->fs_private; in ntfs_fill_super()
1272 if (!fc_opts) { in ntfs_fill_super()
1276 options = kmemdup(fc_opts, sizeof(*fc_opts), GFP_KERNEL); in ntfs_fill_super()
1280 if (fc_opts->nls_name) { in ntfs_fill_super()
1281 options->nls_name = kstrdup(fc_opts->nls_name, GFP_KERNEL); in ntfs_fill_super()
/linux/Documentation/networking/
H A Diso15765-2.rst231 struct can_isotp_fc_options fc_opts;
232 ret = setsockopt(s, SOL_CAN_ISOTP, CAN_ISOTP_RECV_FC, &fc_opts, sizeof(fc_opts));