Searched refs:f_flags (Results 1 - 25 of 344) sorted by last modified time

1234567891011>>

/linux-master/fs/smb/server/
H A Dvfs.c976 filp->f_flags |= O_SYNC;
/linux-master/fs/smb/client/
H A Dcifsproto.h197 unsigned int f_flags, __u32 *oplock, __u16 *netfid,
H A Dcifsglob.h1441 unsigned int f_flags; member in struct:cifsFileInfo
H A Dcifsfs.c1013 if (iocb->ki_filp->f_flags & O_DIRECT) {
/linux-master/fs/bcachefs/
H A Dthread_with_file.c118 if (!(file->f_flags & O_NONBLOCK)) {
200 if ((file->f_flags & O_NONBLOCK)) {
H A Dfs.c1100 if (file->f_flags & (O_WRONLY|O_RDWR)) {
H A Dfs-io.c920 if ((file_dst->f_flags & (__O_SYNC | O_DSYNC)) ||
/linux-master/drivers/usb/gadget/function/
H A Df_fs.c374 ret = ffs_mutex_lock(&ffs->mutex, file->f_flags & O_NONBLOCK);
549 ret = ffs_mutex_lock(&ffs->mutex, file->f_flags & O_NONBLOCK);
577 if ((file->f_flags & O_NONBLOCK) && !ffs->ev.count) {
686 ret = ffs_mutex_lock(&ffs->mutex, file->f_flags & O_NONBLOCK);
977 if (file->f_flags & O_NONBLOCK)
1012 ret = ffs_mutex_lock(&epfile->mutex, file->f_flags & O_NONBLOCK);
1466 bool nonblock = file->f_flags & O_NONBLOCK;
1577 bool nonblock = file->f_flags & O_NONBLOCK;
/linux-master/drivers/usb/class/
H A Dcdc-wdm.c414 if (!(file->f_flags & O_NONBLOCK))
545 if (file->f_flags & O_NONBLOCK) {
/linux-master/drivers/android/
H A Dbinder.c5095 filp->f_flags & O_NONBLOCK);
/linux-master/block/
H A Dbdev.c914 bdev_file->f_flags |= O_LARGEFILE;
939 * Make sure that this quirk is reflected in @f_flags.
/linux-master/net/unix/
H A Daf_unix.c2977 if (sock->file->f_flags & O_NONBLOCK ||
/linux-master/mm/
H A Dmadvise.c1454 unsigned int f_flags; local
1465 task = pidfd_get_task(pidfd, &f_flags);
/linux-master/kernel/
H A Dfork.c2038 pidfd_file->f_flags |= (flags & PIDFD_THREAD);
/linux-master/fs/fuse/
H A Dfile.c175 struct fuse_file *ff = fuse_file_open(fm, nodeid, file->f_flags, isdir);
240 bool is_truncate = (file->f_flags & O_TRUNC) && fc->atomic_o_trunc;
269 fuse_sync_release(fi, ff, file->f_flags);
364 fuse_file_release(file_inode(file), file->private_data, file->f_flags,
637 ia->read.in.flags = file->f_flags;
1078 unsigned int flags = iocb->ki_filp->f_flags;
H A Ddir.c885 err = fuse_create_open(dir, file->f_path.dentry, file, file->f_flags, mode, FUSE_TMPFILE);
H A Dcuse.c149 fuse_sync_release(NULL, ff, file->f_flags);
/linux-master/fs/9p/
H A Dvfs_inode.c761 v9fs_fid_add_modes(fid, v9ses->flags, v9ses->cache, file->f_flags);
H A Dvfs_file.c50 omode = v9fs_open_to_dotl_flags(file->f_flags);
52 omode = v9fs_uflags2omode(file->f_flags,
77 if ((file->f_flags & O_APPEND) &&
89 v9fs_fid_add_modes(fid, v9ses->flags, v9ses->cache, file->f_flags);
H A Dfid.h42 * @f_flags: unix open flags
50 unsigned int s_cache, unsigned int f_flags)
54 (s_flags & V9FS_DIRECT_IO) || (f_flags & O_DIRECT)) {
57 (f_flags & O_DSYNC) || (s_flags & V9FS_SYNC)) {
49 v9fs_fid_add_modes(struct p9_fid *fid, unsigned int s_flags, unsigned int s_cache, unsigned int f_flags) argument
/linux-master/drivers/net/
H A Dtun.c2045 if ((file->f_flags & O_NONBLOCK) || (iocb->ki_flags & IOCB_NOWAIT))
2266 if ((file->f_flags & O_NONBLOCK) || (iocb->ki_flags & IOCB_NOWAIT))
/linux-master/drivers/char/
H A Drandom.c1462 (kiocb->ki_filp->f_flags & O_NONBLOCK)))
/linux-master/io_uring/
H A Dnet.c783 if (sock->file->f_flags & O_NONBLOCK)
H A Dio_uring.c473 if (should_hash && (req->file->f_flags & O_DIRECT) &&
1781 if ((file->f_flags & O_NONBLOCK) || (file->f_mode & FMODE_NOWAIT))
1985 if (req->file->f_flags & O_NONBLOCK ||
/linux-master/drivers/firmware/arm_scmi/
H A Draw_mode.c781 filp->f_flags & O_NONBLOCK);

Completed in 513 milliseconds

1234567891011>>