Searched refs:posix (Results 1 – 18 of 18) sorted by relevance
/Linux-v6.1/kernel/time/ |
D | Makefile | 7 obj-y += posix-timers.o posix-cpu-timers.o posix-clock.o itimer.o 9 obj-y += posix-stubs.o
|
D | Kconfig | 51 # Select to handle posix CPU timers from task_work
|
/Linux-v6.1/Documentation/timers/ |
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. 152 the hrtimer implementation details in praxis, and we also ran the posix 161 - posix-timers 163 The conversion of nanosleep and posix-timers enabled the unification of
|
/Linux-v6.1/tools/testing/selftests/proc/ |
D | .gitignore | 3 /fd-002-posix-eq
|
D | Makefile | 8 TEST_GEN_PROGS += fd-002-posix-eq
|
/Linux-v6.1/fs/cifs/ |
D | smb2proto.h | 126 struct create_posix_rsp *posix, 256 struct create_posix_rsp *posix);
|
D | smb2pdu.c | 2082 struct create_posix_rsp *posix) in parse_posix_ctxt() argument 2089 memset(posix, 0, sizeof(*posix)); in parse_posix_ctxt() 2091 posix->nlink = le32_to_cpu(*(__le32 *)(beg + 0)); in parse_posix_ctxt() 2092 posix->reparse_tag = le32_to_cpu(*(__le32 *)(beg + 4)); in parse_posix_ctxt() 2093 posix->mode = le32_to_cpu(*(__le32 *)(beg + 8)); in parse_posix_ctxt() 2101 memcpy(&posix->owner, sid, sid_len); in parse_posix_ctxt() 2109 memcpy(&posix->group, sid, sid_len); in parse_posix_ctxt() 2112 posix->nlink, posix->mode, posix->reparse_tag); in parse_posix_ctxt() 2120 struct create_posix_rsp *posix) in smb2_parse_contexts() argument 2152 if (posix && in smb2_parse_contexts() [all …]
|
/Linux-v6.1/Documentation/admin-guide/cifs/ |
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-v6.1/tools/testing/kunit/test_data/ |
D | test_output_isolated_correctly.log | 12 posix-timer cpumask == cpu_all_mask, using cpu_possible_mask instead
|
/Linux-v6.1/Documentation/filesystems/ |
D | files.rst | 15 this would be the case for posix threads. As with the common
|
D | f2fs.rst | 240 fsync_mode=%s Control the policy of fsync. Currently supports "posix", 241 "strict", and "nobarrier". In "posix" mode, which is 247 based on "posix", but doesn't issue flush command for
|
D | overlayfs.rst | 299 group, mode and posix acl), as well as MAC checks 305 Check (a) ensures consistency (1) since owner, group, mode and posix acls
|
D | orangefs.rst | 199 Enable posix locking from the perspective of "this" kernel. The
|
/Linux-v6.1/Documentation/filesystems/spufs/ |
D | spufs.rst | 20 The file system provides a name space similar to posix shared memory or
|
/Linux-v6.1/Documentation/process/ |
D | maintainer-tip.rst | 188 posix-cpu-timers: Make set_process_cpu_timer() more robust
|
/Linux-v6.1/fs/ksmbd/ |
D | smb2pdu.c | 2709 struct create_posix *posix = in smb2_open() local 2719 posix_mode = le32_to_cpu(posix->Mode); in smb2_open()
|
/Linux-v6.1/init/ |
D | Kconfig | 2006 # kernel/time/posix-stubs.c. All these overrides need to be available in
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-bus-iio | 91 String identifying current posix clock used to timestamp
|