Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfs/
Dsuper.c953 data->lsm_opts = NULL; in nfs_alloc_parsed_mount_data()
966 security_free_mnt_opts(&data->lsm_opts); in nfs_free_parsed_mount_data()
1241 rc = security_sb_eat_lsm_opts(raw, &mnt->lsm_opts); in nfs_parse_mount_options()
2112 strlen(data->context), &args->lsm_opts); in nfs23_validate_mount_data()
2336 error = security_sb_remount(sb, data->lsm_opts); in nfs_remount()
2610 error = security_sb_set_mnt_opts(s, mount_info->parsed->lsm_opts, in nfs_set_sb_security()
Dinternal.h121 void *lsm_opts; member