Searched refs:fs (Results 1 - 25 of 482) sorted by relevance

1234567891011>>

/fs/
H A Dfs_struct.c3 #include <linux/fs.h>
22 * Replace the fs->{rootmnt,root} with {mnt,dentry}. Put the old values.
25 void set_fs_root(struct fs_struct *fs, struct path *path) argument
29 spin_lock(&fs->lock);
30 write_seqcount_begin(&fs->seq);
31 old_root = fs->root;
32 fs->root = *path;
34 write_seqcount_end(&fs->seq);
35 spin_unlock(&fs->lock);
41 * Replace the fs
44 set_fs_pwd(struct fs_struct *fs, struct path *path) argument
63 struct fs_struct *fs; local
95 free_fs_struct(struct fs_struct *fs) argument
104 struct fs_struct *fs = tsk->fs; local
123 struct fs_struct *fs = kmem_cache_alloc(fs_cachep, GFP_KERNEL); local
144 struct fs_struct *fs = current->fs; local
181 struct fs_struct *fs = current->fs; local
[all...]
H A Dfilesystems.c2 * linux/fs/filesystems.c
10 #include <linux/fs.h>
36 void get_filesystem(struct file_system_type *fs) argument
38 __module_get(fs->owner);
41 void put_filesystem(struct file_system_type *fs) argument
43 module_put(fs->owner);
58 * @fs: the file system structure
69 int register_filesystem(struct file_system_type * fs) argument
74 BUG_ON(strchr(fs->name, '.'));
75 if (fs
101 unregister_filesystem(struct file_system_type * fs) argument
259 struct file_system_type *fs; local
271 struct file_system_type *fs; local
[all...]
H A Dno-block.c13 #include <linux/fs.h>
/fs/jffs2/
H A Dioctl.c13 #include <linux/fs.h>
H A Dsymlink.c13 #include <linux/fs.h>
/fs/cifs/
H A Dexport.c2 * fs/cifs/export.c
28 * and examples in fs/exportfs
38 * instead of the default 32 bit routines in fs/exportfs
42 #include <linux/fs.h>
/fs/jfs/
H A Djfs_uniupr.c19 #include <linux/fs.h>
H A Dsymlink.c19 #include <linux/fs.h>
/fs/ufs/
H A Dfile.c2 * linux/fs/ufs/file.c
10 * linux/fs/ext2/file.c
19 * linux/fs/minix/file.c
23 * ext2 fs regular file handling primitives
26 #include <linux/fs.h>
H A Dsymlink.c2 * linux/fs/ufs/symlink.c
12 * linux/fs/ext2/symlink.c
21 * linux/fs/minix/symlink.c
28 #include <linux/fs.h>
/fs/proc/
H A Dcpuinfo.c1 #include <linux/fs.h>
H A Dcmdline.c1 #include <linux/fs.h>
/fs/befs/
H A Dinode.c7 #include <linux/fs.h>
/fs/nilfs2/
H A Dbtnode.h29 #include <linux/fs.h>
H A Dcpfile.h26 #include <linux/fs.h>
H A Ddat.h28 #include <linux/fs.h>
H A Difile.h28 #include <linux/fs.h>
/fs/ntfs/
H A Daops.h30 #include <linux/fs.h>
63 * expecting to see. (For details of the macros, see fs/ntfs/layout.h.)
H A Dbitmap.h28 #include <linux/fs.h>
/fs/ramfs/
H A Dfile-mmu.c27 #include <linux/fs.h>
/fs/gfs2/
H A Dutil.h15 #define fs_printk(level, fs, fmt, arg...) \
16 printk(level "GFS2: fsid=%s: " fmt , (fs)->sd_fsname , ## arg)
18 #define fs_info(fs, fmt, arg...) \
19 fs_printk(KERN_INFO , fs , fmt , ## arg)
21 #define fs_warn(fs, fmt, arg...) \
22 fs_printk(KERN_WARNING , fs , fmt , ## arg)
24 #define fs_err(fs, fmt, arg...) \
25 fs_printk(KERN_ERR, fs , fmt , ## arg)
/fs/coda/
H A Dsymlink.c13 #include <linux/fs.h>
/fs/ext3/
H A Dsymlink.c2 * linux/fs/ext3/symlink.c
13 * linux/fs/minix/symlink.c
20 #include <linux/fs.h>
/fs/ext4/
H A Dsymlink.c2 * linux/fs/ext4/symlink.c
13 * linux/fs/minix/symlink.c
20 #include <linux/fs.h>
/fs/freevxfs/
H A Dvxfs_immed.c33 #include <linux/fs.h>

Completed in 610 milliseconds

1234567891011>>