Lines Matching defs:super_block

1450 struct super_block {  struct
1451 struct list_head s_list; /* Keep this first */
1452 dev_t s_dev; /* search index; _not_ kdev_t */
1453 unsigned char s_blocksize_bits;
1454 unsigned long s_blocksize;
1455 loff_t s_maxbytes; /* Max file size */
1456 struct file_system_type *s_type;
1457 const struct super_operations *s_op;
1458 const struct dquot_operations *dq_op;
1459 const struct quotactl_ops *s_qcop;
1460 const struct export_operations *s_export_op;
1461 unsigned long s_flags;
1462 unsigned long s_iflags; /* internal SB_I_* flags */
1463 unsigned long s_magic;
1464 struct dentry *s_root;
1465 struct rw_semaphore s_umount;
1466 int s_count;
1467 atomic_t s_active;
1469 void *s_security;
1471 const struct xattr_handler **s_xattr;
1473 const struct fscrypt_operations *s_cop;
1480 struct key *s_master_keys; /* master crypto keys in use */
1482 struct fscrypt_keyring *s_master_keys; /* master crypto keys in use */
1486 const struct fsverity_operations *s_vop;
1489 struct unicode_map *s_encoding;
1490 __u16 s_encoding_flags;
1492 struct hlist_bl_head s_roots; /* alternate root dentries for NFS */
1493 struct list_head s_mounts; /* list of mounts; _not_ for fs use */
1494 struct block_device *s_bdev;
1495 struct backing_dev_info *s_bdi;
1496 struct mtd_info *s_mtd;
1497 struct hlist_node s_instances;
1498 unsigned int s_quota_types; /* Bitmask of supported quota types */
1499 struct quota_info s_dquot; /* Diskquota specific options */
1501 struct sb_writers s_writers;
1508 void *s_fs_info; /* Filesystem private info */
1511 u32 s_time_gran;
1513 time64_t s_time_min;
1514 time64_t s_time_max;
1516 __u32 s_fsnotify_mask;
1517 struct fsnotify_mark_connector __rcu *s_fsnotify_marks;
1520 char s_id[32]; /* Informational name */
1521 uuid_t s_uuid; /* UUID */
1523 unsigned int s_max_links;
1524 fmode_t s_mode;
1530 struct mutex s_vfs_rename_mutex; /* Kludge */
1536 const char *s_subtype;
1538 const struct dentry_operations *s_d_op; /* default d_op for dentries */
1543 int cleancache_poolid;
1545 struct shrinker s_shrink; /* per-sb shrinker handle */
1548 atomic_long_t s_remove_count;
1551 atomic_long_t s_fsnotify_inode_refs;
1554 int s_readonly_remount;
1557 errseq_t s_wb_err;
1560 struct workqueue_struct *s_dio_done_wq;
1561 struct hlist_head s_pins;
1568 struct user_namespace *s_user_ns;
1575 struct list_lru s_dentry_lru;
1576 struct list_lru s_inode_lru;
1577 struct rcu_head rcu;
1578 struct work_struct destroy_work;
1580 struct mutex s_sync_lock; /* sync serialisation lock */
1585 int s_stack_depth;
1588 spinlock_t s_inode_list_lock ____cacheline_aligned_in_smp;
1589 struct list_head s_inodes; /* all inodes */
1591 spinlock_t s_inode_wblist_lock;
1592 struct list_head s_inodes_wb; /* writeback inodes */