| /linux/kernel/time/ |
| H A D | Makefile | 13 obj-y += posix-timers.o posix-cpu-timers.o posix-clock.o itimer.o 15 obj-y += posix-stubs.o
|
| H A D | Kconfig | 51 # Select to handle posix CPU timers from task_work
|
| /linux/fs/smb/client/ |
| H A D | cifsacl.c | 907 bool posix, in setup_special_mode_ACE() argument 913 if (posix) in setup_special_mode_ACE() 960 bool posix) in populate_new_aces() argument 977 if (modefromsid || posix) { in populate_new_aces() 979 nsize += setup_special_mode_ACE(pnntace, posix, nmode); in populate_new_aces() 1105 __u64 *pnmode, bool mode_from_sid, bool posix) in set_chmod_dacl() argument 1123 if (!pdacl || posix) { in set_chmod_dacl() 1127 mode_from_sid, posix); in set_chmod_dacl() 1144 mode_from_sid, posix); in set_chmod_dacl() 1173 mode_from_sid, posix); in set_chmod_dacl() [all …]
|
| H A D | fs_context.h | 348 bool posix = cifs_sb_master_tcon(cifs_sb)->posix_extensions; in cifs_symlink_type() local 358 return posix ? CIFS_SYMLINK_TYPE_NATIVE : CIFS_SYMLINK_TYPE_UNIX; in cifs_symlink_type()
|
| H A D | smb2proto.h | 135 struct create_posix_rsp *posix, struct kvec *err_iov, 245 struct create_posix_rsp *posix);
|
| H A D | smb2pdu.c | 2353 struct create_posix_rsp *posix) in parse_posix_ctxt() argument 2360 memset(posix, 0, sizeof(*posix)); in parse_posix_ctxt() 2362 posix->nlink = le32_to_cpu(*(__le32 *)(beg + 0)); in parse_posix_ctxt() 2363 posix->reparse_tag = le32_to_cpu(*(__le32 *)(beg + 4)); in parse_posix_ctxt() 2364 posix->mode = le32_to_cpu(*(__le32 *)(beg + 8)); in parse_posix_ctxt() 2372 memcpy(&posix->owner, sid, sid_len); in parse_posix_ctxt() 2380 memcpy(&posix->group, sid, sid_len); in parse_posix_ctxt() 2383 posix->nlink, posix->mode, posix->reparse_tag); in parse_posix_ctxt() 2391 struct create_posix_rsp *posix) in smb2_parse_contexts() argument 2440 if (posix && !memcmp(name, smb3_create_tag_posix, 16)) in smb2_parse_contexts() [all …]
|
| H A D | readdir.c | 74 bool posix = cifs_sb_master_tcon(cifs_sb)->posix_extensions; in cifs_prime_dcache() local 90 if (posix) { in cifs_prime_dcache()
|
| H A D | cifsproto.h | 219 unsigned int setup_special_mode_ACE(struct smb_ace *pntace, bool posix,
|
| /linux/Documentation/timers/ |
| H A D | hrtimers.rst | 36 - the implementation of the current posix-timer subsystem on top of 59 utilize nanosleep, posix-timers and itimer interfaces. Also, in-kernel 112 scaling code from the posix-timer implementation - the clock can simply 114 of posix-timers simpler in general. 147 the hrtimer implementation details in praxis, and we also ran the posix 156 - posix-timers 158 The conversion of nanosleep and posix-timers enabled the unification of
|
| /linux/tools/testing/selftests/proc/ |
| H A D | .gitignore | 3 /fd-002-posix-eq
|
| H A D | Makefile | 8 TEST_GEN_PROGS += fd-002-posix-eq
|
| /linux/Documentation/admin-guide/cifs/ |
| H A D | usage.rst | 534 Allow setfacl and getfacl to manage posix ACLs if server 566 negotiate posix path name support which allows certain 571 posix path name support (this may cause servers to 577 posix acls, posix locks, posix paths, symlink support 588 Even if the server supports posix (advisory) byte range 594 even if the cifs server would support posix advisory locks.
|
| /linux/tools/testing/kunit/test_data/ |
| H A D | test_output_isolated_correctly.log | 12 posix-timer cpumask == cpu_all_mask, using cpu_possible_mask instead
|
| /linux/Documentation/filesystems/ |
| H A D | files.rst | 15 this would be the case for posix threads. As with the common
|
| H A D | orangefs.rst | 199 Enable posix locking from the perspective of "this" kernel. The
|
| /linux/Documentation/filesystems/spufs/ |
| H A D | spufs.rst | 20 The file system provides a name space similar to posix shared memory or
|
| /linux/fs/smb/server/ |
| H A D | smb2pdu.c | 2933 struct create_posix *posix = (struct create_posix *)context; in smb2_open() local 2943 posix_mode = le32_to_cpu(posix->Mode); in smb2_open()
|
| /linux/init/ |
| H A D | Kconfig | 2282 # kernel/time/posix-stubs.c. All these overrides need to be available in
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio | 91 String identifying current posix clock used to timestamp
|
| /linux/ |
| H A D | MAINTAINERS | 21001 F: kernel/time/posix-*
|