Home
last modified time | relevance | path

Searched refs:efs (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/fs/efs/
DMakefile5 obj-$(CONFIG_EFS_FS) += efs.o
7 efs-objs := super.o inode.o namei.o dir.o file.o symlink.o
DKconfig11 about EFS see its home page at <http://aeschi.ch.eu.org/efs/>.
14 module will be called efs.
/Linux-v4.19/net/bluetooth/
Dl2cap_core.c3025 struct l2cap_conf_efs efs; in l2cap_add_opt_efs() local
3029 efs.id = chan->local_id; in l2cap_add_opt_efs()
3030 efs.stype = chan->local_stype; in l2cap_add_opt_efs()
3031 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs()
3032 efs.sdu_itime = cpu_to_le32(chan->local_sdu_itime); in l2cap_add_opt_efs()
3033 efs.acc_lat = cpu_to_le32(L2CAP_DEFAULT_ACC_LAT); in l2cap_add_opt_efs()
3034 efs.flush_to = cpu_to_le32(L2CAP_EFS_DEFAULT_FLUSH_TO); in l2cap_add_opt_efs()
3038 efs.id = 1; in l2cap_add_opt_efs()
3039 efs.stype = L2CAP_SERV_BESTEFFORT; in l2cap_add_opt_efs()
3040 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs()
[all …]
/Linux-v4.19/fs/
DMakefile98 obj-$(CONFIG_EFS_FS) += efs/
DKconfig241 source "fs/efs/Kconfig"
/Linux-v4.19/kernel/events/
Dcore.c205 struct event_function_struct *efs = info; in event_function() local
206 struct perf_event *event = efs->event; in event_function()
242 efs->func(event, cpuctx, ctx, efs->data); in event_function()
253 struct event_function_struct efs = { in event_function_call() local
269 cpu_function_call(event->cpu, event_function, &efs); in event_function_call()
277 if (!task_function_call(task, event_function, &efs)) in event_function_call()
/Linux-v4.19/
DMAINTAINERS5393 W: http://aeschi.ch.eu.org/efs/
5395 F: fs/efs/