Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/net/bluetooth/
Dl2cap_core.c3005 struct l2cap_conf_efs efs; in l2cap_add_opt_efs() local
3009 efs.id = chan->local_id; in l2cap_add_opt_efs()
3010 efs.stype = chan->local_stype; in l2cap_add_opt_efs()
3011 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs()
3012 efs.sdu_itime = cpu_to_le32(chan->local_sdu_itime); in l2cap_add_opt_efs()
3013 efs.acc_lat = cpu_to_le32(L2CAP_DEFAULT_ACC_LAT); in l2cap_add_opt_efs()
3014 efs.flush_to = cpu_to_le32(L2CAP_EFS_DEFAULT_FLUSH_TO); in l2cap_add_opt_efs()
3018 efs.id = 1; in l2cap_add_opt_efs()
3019 efs.stype = L2CAP_SERV_BESTEFFORT; in l2cap_add_opt_efs()
3020 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs()
[all …]
/linux-4.1.27/fs/
DMakefile96 obj-$(CONFIG_EFS_FS) += efs/
DKconfig203 source "fs/efs/Kconfig"
/linux-4.1.27/
DMAINTAINERS3795 W: http://aeschi.ch.eu.org/efs/
3797 F: fs/efs/