Searched refs:efs (Results 1 – 6 of 6) sorted by relevance
5 obj-$(CONFIG_EFS_FS) += efs.o7 efs-objs := super.o inode.o namei.o dir.o file.o symlink.o
11 about EFS see its home page at <http://aeschi.ch.eu.org/efs/>.14 module will be called efs.
3001 struct l2cap_conf_efs efs; in l2cap_add_opt_efs() local3005 efs.id = chan->local_id; in l2cap_add_opt_efs()3006 efs.stype = chan->local_stype; in l2cap_add_opt_efs()3007 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs()3008 efs.sdu_itime = cpu_to_le32(chan->local_sdu_itime); in l2cap_add_opt_efs()3009 efs.acc_lat = cpu_to_le32(L2CAP_DEFAULT_ACC_LAT); in l2cap_add_opt_efs()3010 efs.flush_to = cpu_to_le32(L2CAP_EFS_DEFAULT_FLUSH_TO); in l2cap_add_opt_efs()3014 efs.id = 1; in l2cap_add_opt_efs()3015 efs.stype = L2CAP_SERV_BESTEFFORT; in l2cap_add_opt_efs()3016 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs()[all …]
96 obj-$(CONFIG_EFS_FS) += efs/
206 source "fs/efs/Kconfig"
4120 W: http://aeschi.ch.eu.org/efs/4122 F: fs/efs/