Searched refs:s_flags (Results 1 - 25 of 181) sorted by last modified time

12345678

/linux-master/fs/btrfs/
H A Dmessages.c163 if (!(sb->s_flags & SB_BORN))
/linux-master/fs/smb/client/
H A Dconnect.c2772 if ((sb->s_flags & CIFS_MS_MASK) != (mnt_data->flags & CIFS_MS_MASK))
H A Dcifsfs.c199 sb->s_flags |= SB_POSIXACL;
202 sb->s_flags |= SB_RDONLY;
656 if (root->d_sb->s_flags & SB_POSIXACL)
966 sb->s_flags |= SB_ACTIVE;
H A Dinode.c1436 if (sb->s_flags & SB_NOATIME)
/linux-master/fs/bcachefs/
H A Dfs.c1715 sb->s_flags |= SB_RDONLY;
1725 sb->s_flags &= ~SB_RDONLY;
1935 if ((flags ^ sb->s_flags) & SB_RDONLY) {
1980 sb->s_flags |= SB_POSIXACL;
1998 sb->s_flags |= SB_ACTIVE;
/linux-master/mm/
H A Dshmem.c341 if (!(sb->s_flags & SB_KERNMOUNT)) {
4353 if (!(sb->s_flags & SB_KERNMOUNT)) {
4362 sb->s_flags |= SB_NOUSER;
4365 sb->s_flags |= SB_NOSEC | SB_I_VERSION;
4367 sb->s_flags |= SB_NOUSER;
4372 if (sb->s_flags & SB_KERNMOUNT) {
4401 sb->s_flags |= SB_POSIXACL;
/linux-master/fs/fuse/
H A Dinode.c161 if (inode->i_sb->s_flags & SB_ACTIVE) {
1304 fm->sb->s_flags |= SB_NOSEC;
1560 sb->s_flags &= ~(SB_NOSEC | SB_I_VERSION);
1651 sb->s_flags |= SB_ACTIVE;
1678 if (sb->s_flags & SB_MANDLOCK)
1717 if (sb->s_flags & SB_POSIXACL)
1719 sb->s_flags |= SB_POSIXACL;
/linux-master/fs/9p/
H A Dvfs_super.c87 sb->s_flags |= SB_ACTIVE;
91 sb->s_flags |= SB_POSIXACL;
H A Dfid.h40 * @s_flags: session info mount flags
49 static inline void v9fs_fid_add_modes(struct p9_fid *fid, unsigned int s_flags, argument
53 ((fid->qid.version == 0) && !(s_flags & V9FS_IGNORE_QV)) ||
54 (s_flags & V9FS_DIRECT_IO) || (f_flags & O_DIRECT)) {
57 (f_flags & O_DSYNC) || (s_flags & V9FS_SYNC)) {
/linux-master/fs/zonefs/
H A Dsuper.c347 sb->s_flags |= SB_RDONLY;
408 sb->s_flags |= SB_RDONLY;
/linux-master/include/linux/
H A Dfs.h1125 * sb->s_flags. Note that these mirror the equivalent MS_* flags where
1218 unsigned long s_flags; member in struct:super_block
2232 #define __IS_FLG(inode, flg) ((inode)->i_sb->s_flags & (flg))
2234 static inline bool sb_rdonly(const struct super_block *sb) { return sb->s_flags & SB_RDONLY; }
3557 if (!is_sxid(inode->i_mode) && (inode->i_sb->s_flags & SB_NOSEC))
/linux-master/fs/xfs/
H A Dxfs_super.c678 if (!(inode->i_sb->s_flags & SB_LAZYTIME))
1695 sb->s_flags |= SB_I_VERSION;
H A Dxfs_trace.h241 __entry->sbflags = mp->m_super->s_flags;
245 TP_printk("dev %d:%d m_features 0x%llx opstate (%s) s_flags 0x%lx caller %pS",
/linux-master/fs/
H A Dsuper.c90 return smp_load_acquire(&sb->s_flags) & flags;
114 wait_var_event(&sb->s_flags, super_flags(sb, SB_BORN | SB_DYING));
127 if (sb->s_flags & SB_DYING) {
132 WARN_ON_ONCE(!(sb->s_flags & SB_BORN));
160 smp_store_release(&sb->s_flags, sb->s_flags | flag);
167 wake_up_var(&sb->s_flags);
256 if (!(sb->s_flags & SB_BORN))
355 s->s_flags = flags;
433 if (sb->s_flags
[all...]
/linux-master/fs/romfs/
H A Dsuper.c480 sb->s_flags |= SB_RDONLY | SB_NOATIME;
/linux-master/fs/reiserfs/
H A Djournal.c4308 if (sb->s_flags & SB_ACTIVE)
4399 sb->s_flags |= SB_RDONLY;
/linux-master/fs/f2fs/
H A Dsuper.c909 sb->s_flags |= SB_LAZYTIME;
912 sb->s_flags &= ~SB_LAZYTIME;
1028 sb->s_flags |= SB_INLINECRYPT;
2051 if (sbi->sb->s_flags & SB_INLINECRYPT)
2135 sbi->sb->s_flags &= ~SB_INLINECRYPT;
2142 sbi->sb->s_flags |= SB_LAZYTIME;
2166 unsigned int s_flags = sbi->sb->s_flags; local
2173 if (s_flags & SB_RDONLY) {
2177 sbi->sb->s_flags |
[all...]
H A Drecovery.c860 unsigned long s_flags = sbi->sb->s_flags; local
890 f2fs_bug_on(sbi, sbi->sb->s_flags & SB_ACTIVE);
939 sbi->sb->s_flags = s_flags; /* Restore SB_RDONLY status */
H A Dgc.c1815 if (unlikely(!(sbi->sb->s_flags & SB_ACTIVE))) {
/linux-master/fs/ext4/
H A Dsuper.c469 if (sb_rdonly(sb) || !(sb->s_flags & SB_ACTIVE) ||
755 * ->s_flags update
758 sb->s_flags |= SB_RDONLY;
1981 unsigned long vals_s_flags; /* Bits to set in s_flags */
1982 unsigned long mask_s_flags; /* Bits changed in s_flags */
2852 sb->s_flags &= ~ctx->mask_s_flags;
2853 sb->s_flags |= ctx->vals_s_flags;
3042 if (sb->s_flags & SB_INLINECRYPT)
3625 sb->s_flags |= SB_RDONLY;
5135 i = le32_to_cpu(es->s_flags);
[all...]
/linux-master/fs/cramfs/
H A Dinode.c594 sb->s_flags |= SB_RDONLY;
/linux-master/fs/erofs/
H A Dsuper.c589 sb->s_flags |= SB_RDONLY | SB_NOATIME;
659 sb->s_flags |= SB_POSIXACL;
661 sb->s_flags &= ~SB_POSIXACL;
/linux-master/fs/ubifs/
H A Dsuper.c1151 sb->s_flags |= flag;
1265 c->probing = !!(c->vfs_sb->s_flags & SB_SILENT);
2012 dbg_gen("old flags %#lx, new flags %#x", sb->s_flags, *flags);
2333 sb->s_flags |= SB_ACTIVE;
2337 sb->s_flags |= SB_NOATIME;
/linux-master/fs/orangefs/
H A Dsuper.c45 if (root->d_sb->s_flags & SB_POSIXACL)
65 sb->s_flags &= ~SB_POSIXACL;
78 sb->s_flags |= SB_POSIXACL;
/linux-master/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.c147 priv->s_flags |= RVT_S_ACK_PENDING;
501 * HFI1_S_WAIT_TID_SPACE bit is set in qp->s_flags.
514 if (!fqp || (fqp == qp && (qp->s_flags & HFI1_S_WAIT_TID_SPACE)))
534 * It assumes the s_lock to protect the s_flags
548 qp->s_flags &= ~HFI1_S_WAIT_TID_SPACE;
573 qp->s_flags |= HFI1_S_WAIT_TID_SPACE;
593 if (!(qp->s_flags & HFI1_S_WAIT_TID_SPACE))
653 if (qp->s_flags & HFI1_S_WAIT_TID_SPACE) {
678 qp->s_flags &= ~HFI1_S_WAIT_TID_SPACE;
682 qp->s_flags
[all...]

Completed in 408 milliseconds

12345678