Searched defs:or (Results 1 - 4 of 4) sorted by relevance

/fs/hostfs/
H A Dhostfs_user.c179 int gw, int gx, int or, int ow, int ox)
190 mode |= or ? S_IROTH : 0;
239 * Update accessed and/or modified time, in two parts: first set
241 * or utimes() to apply them.
178 file_create(char *name, int ur, int uw, int ux, int gr, int gw, int gx, int or, int ow, int ox) argument
/fs/exofs/
H A Dsuper.c18 * exofs is free software; you can redistribute it and/or modify
26 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
228 struct osd_request *or = osd_start_request(od, GFP_KERNEL); local
232 if (unlikely(!or)) {
236 ret = osd_req_read_kern(or, obj, offset, p, length);
242 ret = osd_finalize_request(or, 0, cred, NULL);
248 ret = osd_execute_request(or);
251 /* osd_req_decode_sense(or, ret); */
254 osd_end_request(or);
H A Dore.c9 * exofs is free software; you can redistribute it and/or modify
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
239 * The caller must check returned ios->length (and/or ios->nr_pages) and
326 if (per_dev->or)
327 osd_end_request(per_dev->or);
353 static void _done_io(struct osd_request *or, void *p) argument
372 struct osd_request *or = ios->per_dev[i].or; local
373 if (unlikely(!or))
376 ret = osd_finalize_request(or,
387 struct osd_request *or = ios->per_dev[i].or; local
429 struct osd_request *or = per_dev->or; local
791 struct osd_request *or; local
816 struct osd_request *or; local
848 struct osd_request *or; local
960 struct osd_request *or; local
1061 struct osd_request *or; local
[all...]
/fs/ocfs2/
H A Ddlmglue.c10 * This program is free software; you can redistribute it and/or
13 * version 2 of the License, or (at your option) any later version.
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
221 * meaningful (PRMODE or EXMODE) lock level is first obtained. If this
819 static void lockres_or_flags(struct ocfs2_lock_res *lockres, unsigned long or) argument
821 lockres_set_flags(lockres, lockres->l_flags | or);
1160 * the same major number and an equal or smaller minor number.
1162 * Whenever the filesystem does new things with locks (adds or removes a
1167 * or equal to all other nodes. When its minor version is greater than
1855 "File lock \"%s\" has busy or locke
[all...]

Completed in 132 milliseconds