Home
last modified time | relevance | path

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

/linux-3.4.99/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-3.4.99/net/bluetooth/
Dl2cap_core.c2003 struct l2cap_conf_efs efs; in l2cap_add_opt_efs() local
2007 efs.id = chan->local_id; in l2cap_add_opt_efs()
2008 efs.stype = chan->local_stype; in l2cap_add_opt_efs()
2009 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs()
2010 efs.sdu_itime = cpu_to_le32(chan->local_sdu_itime); in l2cap_add_opt_efs()
2011 efs.acc_lat = cpu_to_le32(L2CAP_DEFAULT_ACC_LAT); in l2cap_add_opt_efs()
2012 efs.flush_to = cpu_to_le32(L2CAP_DEFAULT_FLUSH_TO); in l2cap_add_opt_efs()
2016 efs.id = 1; in l2cap_add_opt_efs()
2017 efs.stype = L2CAP_SERV_BESTEFFORT; in l2cap_add_opt_efs()
2018 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs()
[all …]
/linux-3.4.99/fs/
DMakefile98 obj-$(CONFIG_EFS_FS) += efs/
DKconfig205 source "fs/efs/Kconfig"
/linux-3.4.99/
DMAINTAINERS2567 W: http://aeschi.ch.eu.org/efs/
2569 F: fs/efs/