Home
last modified time | relevance | path

Searched refs:mandatory (Results 1 – 25 of 58) sorted by relevance

123

/linux-2.6.39/Documentation/filesystems/
Dmandatory-locking.txt8 0. Why you should avoid mandatory locking
14 - The write system call checks for a mandatory lock only once
17 A process may then see file data change even while a mandatory
27 1. What is mandatory locking?
46 with a "mandatory" locking scheme, whereby the operating system kernel would
51 The System V mandatory locking scheme was intended to have as little impact as
53 as candidates for mandatory locking, and using the existing fcntl()/lockf()
59 to entire files, so the mandatory locking rules also have byte level
62 Note 2: POSIX.1 does not specify any scheme for mandatory locking, despite
63 borrowing the fcntl() locking scheme from System V. The mandatory locking
[all …]
Dporting40 At some point that will become mandatory.
43 [mandatory]
67 [mandatory]
84 [mandatory]
95 [mandatory]
114 [mandatory]
124 [mandatory]
131 [mandatory]
153 [mandatory]
160 [mandatory]
[all …]
Dlocks.txt56 Mandatory locking, as described in 'Documentation/filesystems/mandatory.txt'
60 a file for which a mandatory lock existed.
62 From this release of the kernel, mandatory locking can be turned on and off
64 The default is to disallow mandatory locking. The intention is that
65 mandatory locking only be enabled on a local filesystem as the specific need
D00-INDEX71 mandatory-locking.txt
72 - info on the Linux implementation of Sys V mandatory file locking.
Dexofs.txt107 This option is mandatory. integer can be
/linux-2.6.39/net/dccp/
Dfeat.c290 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) do { \ argument
293 dccp_pr_debug_cat(") %s\n", mandatory ? "!" : ""); } while (0)
303 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) argument
468 u8 mandatory, dccp_feat_val *fval) in dccp_feat_push_change() argument
481 new->needs_mandatory = mandatory; in dccp_feat_push_change()
671 u8 mandatory, u64 nn_val) in __feat_register_nn() argument
683 return dccp_feat_push_change(fn, feat, 1, mandatory, &fval); in __feat_register_nn()
696 u8 mandatory, u8 const *sp_val, u8 sp_len) in __feat_register_sp() argument
711 return dccp_feat_push_change(fn, feat, is_local, mandatory, &fval); in __feat_register_sp()
1201 u8 mandatory, u8 opt, u8 feat, u8 *val, u8 len) in dccp_feat_parse_options() argument
[all …]
Doptions.c67 int mandatory = 0; in dccp_parse_options() local
110 if (mandatory) in dccp_parse_options()
113 mandatory = 1; in dccp_parse_options()
128 rc = dccp_feat_parse_options(sk, dreq, mandatory, opt, in dccp_parse_options()
244 mandatory = 0; in dccp_parse_options()
248 if (mandatory) in dccp_parse_options()
/linux-2.6.39/Documentation/filesystems/caching/
Dbackend-api.txt224 (*) Name of cache provider [mandatory]:
232 (*) Allocate a new object [mandatory]:
247 (*) Look up and create object [mandatory]:
266 (*) Release lookup data [mandatory]:
274 (*) Increment object refcount [mandatory]:
283 (*) Lock/Unlock object [mandatory]:
302 (*) Update object [mandatory]:
311 (*) Discard object [mandatory]:
323 (*) Release object reference [mandatory]:
331 (*) Synchronise a cache [mandatory]:
[all …]
Dnetfs-api.txt158 (1) The type of the object [mandatory].
190 (4) A function to retrieve an object's key from the netfs [mandatory].
264 (10) A function to unmark all the pages retaining cache metadata [mandatory].
/linux-2.6.39/security/smack/
DKconfig8 of other mandatory security schemes.
/linux-2.6.39/Documentation/filesystems/nfs/
Dnfs41-server.txt23 focuses on the mandatory-to-implement NFSv4.1 Sessions, providing
43 trunking, but this is a mandatory feature, and its use is
58 with locks and opens, for example). It is mandatory for
76 the operations that are mandatory to implement (REQ), optional
193 * mandatory only for servers that support CLAIM_DELEGATE_PREV and/or
DExporting114 fh_to_dentry (mandatory)
/linux-2.6.39/drivers/net/wireless/ath/carl9170/
Dmac.c109 u32 basic, mandatory; in carl9170_set_mac_rates() local
124 mandatory = 0xff00; /* OFDM 6/9/12/18/24/36/48/54 */ in carl9170_set_mac_rates()
126 mandatory = 0xff0f; /* OFDM (6/9../54) + CCK (1/2/5.5/11) */ in carl9170_set_mac_rates()
130 carl9170_regwrite(AR9170_MAC_REG_MANDATORY_RATE, mandatory); in carl9170_set_mac_rates()
/linux-2.6.39/include/linux/
Dsom.h70 unsigned int mandatory :1; /* the linker must understand this */ member
/linux-2.6.39/Documentation/sound/oss/
DAudioExcelDSP1627 mandatory while some others are optional. Here a list of parameters you can
/linux-2.6.39/drivers/usb/musb/
DKconfig113 omitting the mandatory HNP or SRP protocols. However, some
/linux-2.6.39/Documentation/target/
Dtcm_mod_builder.txt27 tcm_mod_builder.py depends upon the mandatory '-p $PROTO_IDENT' and '-m
/linux-2.6.39/Documentation/video4linux/
Dpxa_camera.txt72 - an arrow with a comment is a mandatory transition (no condition)
Dzc0301.txt246 - although it is not mandatory, previously mapped buffer memory should always
/linux-2.6.39/Documentation/frv/
Dbooting.txt141 This is mandatory if "root=/dev/nfs" is given as an option. It tells the
/linux-2.6.39/Documentation/crypto/
Dapi-intro.txt94 When submitting a new algorithm for inclusion, a mandatory requirement
/linux-2.6.39/Documentation/
Deisa.txt92 .probe and .remove members are mandatory.
/linux-2.6.39/Documentation/networking/caif/
Dspi_porting.txt53 Only active edges are mandatory to be reported.
/linux-2.6.39/Documentation/scsi/
Dlibsas.txt300 - events marked M (mandatory) are mandatory (only one),
/linux-2.6.39/Documentation/blockdev/
Dfloppy.txt142 Sets the CMOS type of <drive> to <type>. This is mandatory if

123