Home
last modified time | relevance | path

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

/linux/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/fs/smb/client/
H A Dcifsacl.c907 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 Dfs_context.h348 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 Dsmb2proto.h135 struct create_posix_rsp *posix, struct kvec *err_iov,
245 struct create_posix_rsp *posix);
H A Dsmb2pdu.c2353 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 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.h219 unsigned int setup_special_mode_ACE(struct smb_ace *pntace, bool posix,
/linux/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/tools/testing/selftests/proc/
H A D.gitignore3 /fd-002-posix-eq
H A DMakefile8 TEST_GEN_PROGS += fd-002-posix-eq
/linux/Documentation/admin-guide/cifs/
H A Dusage.rst534 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 Dtest_output_isolated_correctly.log12 posix-timer cpumask == cpu_all_mask, using cpu_possible_mask instead
/linux/Documentation/filesystems/
H A Dfiles.rst15 this would be the case for posix threads. As with the common
H A Dorangefs.rst199 Enable posix locking from the perspective of "this" kernel. The
/linux/Documentation/filesystems/spufs/
H A Dspufs.rst20 The file system provides a name space similar to posix shared memory or
/linux/fs/smb/server/
H A Dsmb2pdu.c2933 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 DKconfig2282 # kernel/time/posix-stubs.c. All these overrides need to be available in
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio91 String identifying current posix clock used to timestamp
/linux/
H A DMAINTAINERS21001 F: kernel/time/posix-*