Searched refs:unclean (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibipt_unclean.c1 /* Shared library add-on to iptables for unclean. */
12 "unclean v%s takes no options\n"
37 struct iptables_match unclean = { variable in typeref:struct:iptables_match
39 .name = "unclean",
53 register_match(&unclean);
H A DMakefile8 PF_EXT_SLIB:=ah addrtype comment connmark conntrack dscp ecn esp hashlimit helper icmp iprange length limit mac mark multiport owner physdev pkttype policy realm sctp standard state tcp tcpmss tos ttl udp unclean CLASSIFY CONNMARK DNAT DSCP ECN LOG MARK MASQUERADE MIRROR NETMAP NFQUEUE NOTRACK REDIRECT REJECT SAME SNAT TCPMSS TOS TTL ULOG
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dorphan.c28 * would be deleted when the file is closed. However in the case of an unclean
29 * unmount, orphans need to be accounted for. After an unclean unmount, the
366 * an unclean unmount.
641 * session (which ended with an unclean unmount) must be deleted from the index.
700 * @unclean: indicates recovery from unclean unmount
707 int ubifs_mount_orphans(struct ubifs_info *c, int unclean, int read_only) argument
719 if (unclean)
H A Dubifs.h1616 int ubifs_mount_orphans(struct ubifs_info *c, int unclean, int read_only);

Completed in 216 milliseconds