/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_config.c | 477 static void target2fsname(const char *tgt, char *fsname, int buflen) in target2fsname() argument 498 memcpy(fsname, tgt, len); in target2fsname() 499 fsname[len] = '\0'; in target2fsname() 555 struct sptlrpc_conf *sptlrpc_conf_get(const char *fsname, in sptlrpc_conf_get() argument 561 if (strcmp(conf->sc_fsname, fsname) == 0) in sptlrpc_conf_get() 572 strcpy(conf->sc_fsname, fsname); in sptlrpc_conf_get() 616 char fsname[MTI_NAME_MAXLEN]; in __sptlrpc_process_config() local 646 target2fsname(target, fsname, sizeof(fsname)); in __sptlrpc_process_config() 649 conf = sptlrpc_conf_get(fsname, 0); in __sptlrpc_process_config() 695 char fsname[16]; in sptlrpc_conf_log_update_begin() local [all …]
|
/linux-4.1.27/fs/romfs/ |
D | super.c | 156 char fsname[ROMFS_MAXFN]; /* XXX dynamic? */ in romfs_readdir() local 185 sizeof(fsname) - 1); in romfs_readdir() 189 ret = romfs_dev_read(i->i_sb, offset + ROMFH_SIZE, fsname, j); in romfs_readdir() 192 fsname[j] = '\0'; in romfs_readdir() 198 if (!dir_emit(ctx, fsname, j, ino, in romfs_readdir()
|
/linux-4.1.27/drivers/staging/lustre/ |
D | README.txt | 29 mount -t lustre mgs:/fsname mnt 32 fsname is the name of the filesystem you would like to mount.
|
/linux-4.1.27/fs/gfs2/ |
D | lock_dlm.c | 1187 const char *fsname; in gdlm_mount() local 1214 fsname = strchr(table, ':'); in gdlm_mount() 1215 if (!fsname) { in gdlm_mount() 1221 memcpy(cluster, table, strlen(table) - strlen(fsname)); in gdlm_mount() 1222 fsname++; in gdlm_mount() 1230 error = dlm_new_lockspace(fsname, cluster, flags, GDLM_LVB_SIZE, in gdlm_mount()
|
D | sys.c | 264 GFS2_ATTR(fsname, 0444, fsname_show, NULL);
|
/linux-4.1.27/drivers/staging/lustre/lustre/mgc/ |
D | mgc_request.c | 90 int mgc_fsname2resid(char *fsname, struct ldlm_res_id *res_id, int type) in mgc_fsname2resid() argument 94 return mgc_name2resid(fsname, strlen(fsname), res_id, type); in mgc_fsname2resid() 246 char *fsname, in config_recover_log_add() argument 264 LASSERT(strlen(fsname) < sizeof(logname) / 2); in config_recover_log_add() 265 strcpy(logname, fsname); in config_recover_log_add()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_disk.h | 528 int server_name2fsname(const char *svname, char *fsname, const char **endptr); 543 int mgc_fsname2resid(char *fsname, struct ldlm_res_id *res_id, int type);
|
D | obd_class.h | 98 int class_notify_sptlrpc_conf(const char *fsname, int namelen);
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | obd_mount.c | 663 int server_name2fsname(const char *svname, char *fsname, const char **endptr) in server_name2fsname() argument 673 if (fsname != NULL) { in server_name2fsname() 674 strncpy(fsname, svname, dash - svname); in server_name2fsname() 675 fsname[dash - svname] = '\0'; in server_name2fsname()
|
D | genops.c | 593 int class_notify_sptlrpc_conf(const char *fsname, int namelen) in class_notify_sptlrpc_conf() argument 616 if (strncmp(obd->obd_name, fsname, namelen)) in class_notify_sptlrpc_conf()
|
/linux-4.1.27/Documentation/filesystems/ |
D | gfs2-glocks.txt | 198 /sys/kernel/debug/gfs2/<fsname>/sbstats 200 /sys/kernel/debug/gfs2/<fsname>/glstats 203 that <fsname> is replaced with the name of the gfs2 filesystem
|
D | gfs2-uevents.txt | 45 recovery via the /sys/fs/gfs2/<fsname>/lock_module/recovery file.
|