| /linux-6.15/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-6.15/fs/smb/client/ |
| H A D | cifsacl.c | 908 bool posix, in setup_special_mode_ACE() argument 914 if (posix) in setup_special_mode_ACE() 961 bool posix) in populate_new_aces() argument 978 if (modefromsid || posix) { in populate_new_aces() 1124 if (!pdacl || posix) { in set_chmod_dacl() 1128 mode_from_sid, posix); in set_chmod_dacl() 1145 mode_from_sid, posix); in set_chmod_dacl() 1174 mode_from_sid, posix); in set_chmod_dacl() 1318 pnmode, mode_from_sid, posix); in build_sec_desc() 1623 bool posix; in id_mode_to_cifs_acl() local [all …]
|
| H A D | smb2proto.h | 159 struct create_posix_rsp *posix, 289 struct create_posix_rsp *posix);
|
| H A D | smb2pdu.c | 2279 struct create_posix_rsp *posix) in parse_posix_ctxt() argument 2286 memset(posix, 0, sizeof(*posix)); in parse_posix_ctxt() 2288 posix->nlink = le32_to_cpu(*(__le32 *)(beg + 0)); in parse_posix_ctxt() 2290 posix->mode = le32_to_cpu(*(__le32 *)(beg + 8)); in parse_posix_ctxt() 2298 memcpy(&posix->owner, sid, sid_len); in parse_posix_ctxt() 2306 memcpy(&posix->group, sid, sid_len); in parse_posix_ctxt() 2309 posix->nlink, posix->mode, posix->reparse_tag); in parse_posix_ctxt() 2317 struct create_posix_rsp *posix) in smb2_parse_contexts() argument 2367 parse_posix_ctxt(cc, buf, posix); in smb2_parse_contexts() 3171 struct create_posix_rsp *posix, in SMB2_open() argument [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 | 253 bool posix,
|
| H A D | inode.c | 3179 bool posix = cifs_sb_master_tcon(cifs_sb)->posix_extensions; local 3271 posix) {
|
| /linux-6.15/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-6.15/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-6.15/Documentation/admin-guide/cifs/ |
| H A D | usage.rst | 532 Allow setfacl and getfacl to manage posix ACLs if server 564 negotiate posix path name support which allows certain 569 posix path name support (this may cause servers to 575 posix acls, posix locks, posix paths, symlink support 586 Even if the server supports posix (advisory) byte range 592 even if the cifs server would support posix advisory locks.
|
| /linux-6.15/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-6.15/Documentation/filesystems/ |
| H A D | files.rst | 15 this would be the case for posix threads. As with the common
|
| H A D | f2fs.rst | 246 fsync_mode=%s Control the policy of fsync. Currently supports "posix", 247 "strict", and "nobarrier". In "posix" mode, which is 253 based on "posix", but doesn't issue flush command for
|
| H A D | overlayfs.rst | 321 group, mode and posix acl), as well as MAC checks 327 Check (a) ensures consistency (1) since owner, group, mode and posix acls
|
| H A D | orangefs.rst | 199 Enable posix locking from the perspective of "this" kernel. The
|
| /linux-6.15/Documentation/filesystems/spufs/ |
| H A D | spufs.rst | 20 The file system provides a name space similar to posix shared memory or
|
| /linux-6.15/Documentation/process/ |
| H A D | maintainer-tip.rst | 188 posix-cpu-timers: Make set_process_cpu_timer() more robust
|
| /linux-6.15/fs/smb/server/ |
| H A D | smb2pdu.c | 3096 struct create_posix *posix = in smb2_open() local 3106 posix_mode = le32_to_cpu(posix->Mode); in smb2_open()
|
| /linux-6.15/init/ |
| H A D | Kconfig | 2109 # kernel/time/posix-stubs.c. All these overrides need to be available in
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio | 91 String identifying current posix clock used to timestamp
|
| /linux-6.15/ |
| H A D | MAINTAINERS | 19439 F: kernel/time/posix-*
|