Home
last modified time | relevance | path

Searched refs:dev_path (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/security/apparmor/
Dmount.c513 struct path tmp_path, *dev_path = NULL; in aa_new_mount() local
535 dev_path = &tmp_path; in aa_new_mount()
540 if (dev_path) { in aa_new_mount()
542 match_mnt(profile, path, buffer, dev_path, dev_buffer, in aa_new_mount()
550 if (dev_path) in aa_new_mount()
551 path_put(dev_path); in aa_new_mount()
/Linux-v4.19/Documentation/device-mapper/
Dswitch.txt71 [<dev_path> <offset>]+
84 <dev_path>
88 The offset of the start of data on the specific <dev_path> (in units
Dunstriped.txt10 <number of stripes> <chunk size> <stripe #> <dev_path> <offset>
18 <dev_path>
Dlog-writes.txt58 log-writes <dev_path> <log_dev_path>
60 dev_path : Device that all of the IO will go to normally.
/Linux-v4.19/fs/exofs/
Dsuper.c418 static void _exofs_print_device(const char *msg, const char *dev_path, in _exofs_print_device() argument
424 msg, dev_path ?: "", odi->osdname, _LLU(pid)); in _exofs_print_device()