/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_config.c | 439 static void target2fsname(const char *tgt, char *fsname, int buflen) in target2fsname() argument 460 memcpy(fsname, tgt, len); in target2fsname() 461 fsname[len] = '\0'; in target2fsname() 517 struct sptlrpc_conf *sptlrpc_conf_get(const char *fsname, in sptlrpc_conf_get() argument 523 if (strcmp(conf->sc_fsname, fsname) == 0) in sptlrpc_conf_get() 534 strcpy(conf->sc_fsname, fsname); in sptlrpc_conf_get() 578 char fsname[MTI_NAME_MAXLEN]; in __sptlrpc_process_config() local 608 target2fsname(target, fsname, sizeof(fsname)); in __sptlrpc_process_config() 611 conf = sptlrpc_conf_get(fsname, 0); in __sptlrpc_process_config() 657 char fsname[16]; in sptlrpc_conf_log_update_begin() local [all …]
|
/linux-4.4.14/drivers/staging/lustre/ |
D | sysfs-fs-lustre | 146 What: /sys/fs/lustre/llite/<fsname>-<uuid>/blocksize 152 What: /sys/fs/lustre/llite/<fsname>-<uuid>/kbytestotal 158 What: /sys/fs/lustre/llite/<fsname>-<uuid>/kbytesfree 164 What: /sys/fs/lustre/llite/<fsname>-<uuid>/kbytesavail 172 What: /sys/fs/lustre/llite/<fsname>-<uuid>/filestotal 178 What: /sys/fs/lustre/llite/<fsname>-<uuid>/filesfree 184 What: /sys/fs/lustre/llite/<fsname>-<uuid>/client_type 192 What: /sys/fs/lustre/llite/<fsname>-<uuid>/fstype 198 What: /sys/fs/lustre/llite/<fsname>-<uuid>/uuid 204 What: /sys/fs/lustre/llite/<fsname>-<uuid>/max_read_ahead_mb [all …]
|
D | README.txt | 27 mount -t lustre mgs:/fsname mnt 30 fsname is the name of the filesystem you would like to mount.
|
/linux-4.4.14/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.4.14/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 | 289 GFS2_ATTR(fsname, 0444, fsname_show, NULL);
|
/linux-4.4.14/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 256 LASSERT(strlen(fsname) < sizeof(logname) / 2); in config_recover_log_add() 257 strcpy(logname, fsname); in config_recover_log_add()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | obd_mount.c | 580 static int server_name2fsname(const char *svname, char *fsname, in server_name2fsname() argument 591 if (fsname != NULL) { in server_name2fsname() 592 strncpy(fsname, svname, dash - svname); in server_name2fsname() 593 fsname[dash - svname] = '\0'; in server_name2fsname()
|
D | genops.c | 537 int class_notify_sptlrpc_conf(const char *fsname, int namelen) in class_notify_sptlrpc_conf() argument 560 if (strncmp(obd->obd_name, fsname, namelen)) in class_notify_sptlrpc_conf()
|
/linux-4.4.14/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.
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_disk.h | 394 int mgc_fsname2resid(char *fsname, struct ldlm_res_id *res_id, int type);
|
D | obd_class.h | 92 int class_notify_sptlrpc_conf(const char *fsname, int namelen);
|