Home
last modified time | relevance | path

Searched refs:posix (Results 1 – 23 of 23) sorted by relevance

/linux-6.15/kernel/time/
H A DMakefile13 obj-y += posix-timers.o posix-cpu-timers.o posix-clock.o itimer.o
15 obj-y += posix-stubs.o
H A DKconfig51 # Select to handle posix CPU timers from task_work
/linux-6.15/fs/smb/client/
H A Dcifsacl.c908 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 Dsmb2proto.h159 struct create_posix_rsp *posix,
289 struct create_posix_rsp *posix);
H A Dsmb2pdu.c2279 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 Dreaddir.c74 bool posix = cifs_sb_master_tcon(cifs_sb)->posix_extensions; in cifs_prime_dcache() local
90 if (posix) { in cifs_prime_dcache()
H A Dcifsproto.h253 bool posix,
H A Dinode.c3179 bool posix = cifs_sb_master_tcon(cifs_sb)->posix_extensions; local
3271 posix) {
/linux-6.15/Documentation/timers/
H A Dhrtimers.rst36 - 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.gitignore3 /fd-002-posix-eq
H A DMakefile8 TEST_GEN_PROGS += fd-002-posix-eq
/linux-6.15/Documentation/admin-guide/cifs/
H A Dusage.rst532 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 Dtest_output_isolated_correctly.log12 posix-timer cpumask == cpu_all_mask, using cpu_possible_mask instead
/linux-6.15/Documentation/filesystems/
H A Dfiles.rst15 this would be the case for posix threads. As with the common
H A Df2fs.rst246 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 Doverlayfs.rst321 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 Dorangefs.rst199 Enable posix locking from the perspective of "this" kernel. The
/linux-6.15/Documentation/filesystems/spufs/
H A Dspufs.rst20 The file system provides a name space similar to posix shared memory or
/linux-6.15/Documentation/process/
H A Dmaintainer-tip.rst188 posix-cpu-timers: Make set_process_cpu_timer() more robust
/linux-6.15/fs/smb/server/
H A Dsmb2pdu.c3096 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 DKconfig2109 # kernel/time/posix-stubs.c. All these overrides need to be available in
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-bus-iio91 String identifying current posix clock used to timestamp
/linux-6.15/
H A DMAINTAINERS19439 F: kernel/time/posix-*