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.c559 change posix mode to reflect permissions
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()
1280 build_sec_desc(struct smb_ntsd * pntsd,struct smb_ntsd * pnntsd,__u32 secdesclen,__u32 * pnsecdesclen,__u64 * pnmode,kuid_t uid,kgid_t gid,bool mode_from_sid,bool id_from_sid,bool posix,int * aclflag) build_sec_desc() argument
1621 bool posix; id_mode_to_cifs_acl() local
[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.c1041 cifs_dbg(FYI, "mode on posix create 0%o\n", mode); in create_posix_buf()
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()
2369 cifs_dbg(VFS, "bad owner sid in posix create response\n"); in parse_posix_ctxt()
2372 memcpy(&posix->owner, sid, sid_len); in parse_posix_ctxt()
2377 cifs_dbg(VFS, "bad group sid in posix creat in parse_posix_ctxt()
2391 smb2_parse_contexts(struct TCP_Server_Info * server,struct kvec * rsp_iov,__u16 * epoch,char * lease_key,__u8 * oplock,struct smb2_file_all_info * buf,struct create_posix_rsp * posix) smb2_parse_contexts() argument
3253 SMB2_open(const unsigned int xid,struct cifs_open_parms * oparms,__le16 * path,__u8 * oplock,struct smb2_file_all_info * buf,struct create_posix_rsp * posix,struct kvec * err_iov,int * buftype) 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.h221 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 DMAINTAINERS20999 F: kernel/time/posix-*