Home
last modified time | relevance | path

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

/linux-6.6.21/fs/gfs2/
Dops_fstype.c368 table = sdp->sd_args.ar_locktable; in init_names()
1469 strscpy(args->ar_locktable, param->string, GFS2_LOCKNAME_LEN); in gfs2_parse_param()
1581 if (strcmp(newargs->ar_locktable, oldargs->ar_locktable)) { in gfs2_reconfigure()
Dincore.h554 char ar_locktable[GFS2_LOCKNAME_LEN]; /* Name of the Lock Table */ member
Dsuper.c1102 if (args->ar_locktable[0]) in gfs2_show_options()
1103 seq_show_option(s, "locktable", args->ar_locktable); in gfs2_show_options()