Searched defs:files (Results 1 - 8 of 8) sorted by relevance

/include/linux/
H A Dcramfs_fs_sb.h11 unsigned long files; member in struct:cramfs_sb_info
H A Dcramfs_fs.h31 /* SIZE for device files is i_rdev */
35 /* OFFSET: For symlinks and non-empty regular files, this
48 __u32 files; member in struct:cramfs_info
H A Dfdtable.h83 #define rcu_dereference_check_fdtable(files, fdtfd) \
85 lockdep_is_held(&(files)->file_lock) || \
86 atomic_read(&(files)->count) == 1 || \
89 #define files_fdtable(files) \
90 (rcu_dereference_check_fdtable((files), (files)->fdt))
105 static inline struct file * fcheck_files(struct files_struct *files, unsigned int fd) argument
108 struct fdtable *fdt = files_fdtable(files);
111 file = rcu_dereference_check_fdtable(files, fdt->fd[fd]);
118 #define fcheck(fd) fcheck_files(current->files, f
[all...]
H A Dfuse.h119 __u64 files; member in struct:fuse_kstatfs
H A Dquota.h46 * Definitions for the default names of the quotas files.
68 #define Q_GETINFO 0x800005 /* get information about quota files */
69 #define Q_SETINFO 0x800006 /* set information about quota files */
404 struct inode *files[MAXQUOTAS]; /* inodes of quotafiles */ member in struct:quota_info
H A Dsched.h10 #define CLONE_FILES 0x00000400 /* set if open files shared between processes */
706 atomic_t files; /* How many open files does this user have? */ member in struct:user_struct
1432 struct files_struct *files; member in struct:task_struct
1458 /* Protection of (de-)allocation: mm, files, fs, tty, keyrings, mems_allowed,
2407 * Protects ->fs, ->files, ->mm, ->group_info, ->comm, keyring
/include/net/9p/
H A D9p.h242 * @P9_DMTMP: mode bit for non-backed-up files
245 * @P9_DMDEVICE: mode bit for device files (9P2000.u)
310 * @P9_QTTMP: non-backed-up files
313 * @P9_QTFILE: normal files
531 u64 files; member in struct:p9_rstatfs
/include/linux/ceph/
H A Dceph_fs.h478 __le64 files, subdirs, rbytes, rfiles, rsubdirs; /* dir stats */ member in struct:ceph_mds_reply_inode

Completed in 4852 milliseconds