Home
last modified time | relevance | path

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

/linux-4.4.14/fs/gfs2/
Dsuper.c160 match_strlcpy(args->ar_locktable, &tmp[0], in gfs2_mount_args()
1235 strcmp(args.ar_locktable, sdp->sd_args.ar_locktable) || in gfs2_remount_fs()
1338 if (args->ar_locktable[0]) in gfs2_show_options()
1339 seq_show_option(s, "locktable", args->ar_locktable); in gfs2_show_options()
Dincore.h547 char ar_locktable[GFS2_LOCKNAME_LEN]; /* Name of the Lock Table */ member
Dops_fstype.c364 table = sdp->sd_args.ar_locktable; in init_names()