/fs/quota/ |
D | quota.c | 21 static int check_quotactl_permission(struct super_block *sb, int type, int cmd, in check_quotactl_permission() 53 static int quota_sync_all(int type) in quota_sync_all() 65 static int quota_quotaon(struct super_block *sb, int type, int cmd, qid_t id, in quota_quotaon() 77 static int quota_getfmt(struct super_block *sb, int type, void __user *addr) in quota_getfmt() 93 static int quota_getinfo(struct super_block *sb, int type, void __user *addr) in quota_getinfo() 106 static int quota_setinfo(struct super_block *sb, int type, void __user *addr) in quota_setinfo() 130 static int quota_getquota(struct super_block *sb, int type, qid_t id, in quota_getquota() 178 static int quota_setquota(struct super_block *sb, int type, qid_t id, in quota_setquota() 220 static int quota_setxquota(struct super_block *sb, int type, qid_t id, in quota_setxquota() 236 static int quota_getxquota(struct super_block *sb, int type, qid_t id, in quota_getxquota() [all …]
|
D | quota_v1.c | 57 int type = dquot->dq_id.type; in v1_read_dqblk() local 82 short type = dquot->dq_id.type; in v1_commit_dqblk() local 125 static int v1_check_quota_file(struct super_block *sb, int type) in v1_check_quota_file() 157 static int v1_read_file_info(struct super_block *sb, int type) in v1_read_file_info() 182 static int v1_write_file_info(struct super_block *sb, int type) in v1_write_file_info()
|
D | dquot.c | 259 int type = qid.type; in hashfn() local 396 void mark_info_dirty(struct super_block *sb, int type) in mark_info_dirty() 516 static void invalidate_dquots(struct super_block *sb, int type) in invalidate_dquots() 600 int dquot_writeback_dquots(struct super_block *sb, int type) in dquot_writeback_dquots() 651 int dquot_quota_sync(struct super_block *sb, int type) in dquot_quota_sync() 799 struct dquot *dquot_alloc(struct super_block *sb, int type) in dquot_alloc() 805 static struct dquot *get_empty_dquot(struct super_block *sb, int type) in get_empty_dquot() 898 static int dqinit_needed(struct inode *inode, int type) in dqinit_needed() 913 static void add_dquot_ref(struct super_block *sb, int type) in add_dquot_ref() 979 static int remove_inode_dquot_ref(struct inode *inode, int type, in remove_inode_dquot_ref() [all …]
|
/fs/ocfs2/ |
D | quota_global.c | 164 ssize_t ocfs2_quota_read(struct super_block *sb, int type, char *data, in ocfs2_quota_read() 213 ssize_t ocfs2_quota_write(struct super_block *sb, int type, in ocfs2_quota_write() 335 int ocfs2_global_read_info(struct super_block *sb, int type) in ocfs2_global_read_info() 414 static int __ocfs2_global_write_info(struct super_block *sb, int type) in __ocfs2_global_write_info() 442 int ocfs2_global_write_info(struct super_block *sb, int type) in ocfs2_global_write_info() 455 static int ocfs2_global_qinit_alloc(struct super_block *sb, int type) in ocfs2_global_qinit_alloc() 466 static int ocfs2_calc_global_qinit_credits(struct super_block *sb, int type) in ocfs2_calc_global_qinit_credits() 481 int type = dquot->dq_id.type; in __ocfs2_sync_dquot() local 590 static int ocfs2_sync_dquot_helper(struct dquot *dquot, unsigned long type) in ocfs2_sync_dquot_helper() 668 static int ocfs2_calc_qdel_credits(struct super_block *sb, int type) in ocfs2_calc_qdel_credits() [all …]
|
D | sysfile.c | 50 static inline int is_global_system_inode(int type) in is_global_system_inode() 57 int type, in get_local_system_inode() 104 int type, in ocfs2_get_system_file_inode() 136 int type, in _ocfs2_get_system_file_inode()
|
D | quota_local.c | 167 static int ocfs2_local_check_quota_file(struct super_block *sb, int type) in ocfs2_local_check_quota_file() 337 int type; in ocfs2_free_quota_recovery() local 347 int type, in ocfs2_recovery_load_quota() 379 int type; in ocfs2_alloc_quota_recovery() local 403 int type; in ocfs2_begin_quota_recovery() local 465 int type, in ocfs2_recover_local_quota_file() 598 int type; in ocfs2_finish_quota_recovery() local 689 static int ocfs2_local_read_info(struct super_block *sb, int type) in ocfs2_local_read_info() 800 static int ocfs2_local_write_info(struct super_block *sb, int type) in ocfs2_local_write_info() 818 static int ocfs2_local_free_info(struct super_block *sb, int type) in ocfs2_local_free_info() [all …]
|
D | acl.c | 127 int type, in ocfs2_get_acl_nolock() 171 static struct posix_acl *ocfs2_get_acl(struct inode *inode, int type) in ocfs2_get_acl() 260 int type, in ocfs2_set_acl() 314 struct posix_acl *ocfs2_iop_get_acl(struct inode *inode, int type) in ocfs2_iop_get_acl() 428 int type) in ocfs2_xattr_list_acl_access() 446 int type) in ocfs2_xattr_list_acl_default() 460 void *buffer, size_t size, int type) in ocfs2_xattr_get_acl() 483 const void *value, size_t size, int flags, int type) in ocfs2_xattr_set_acl()
|
/fs/squashfs/ |
D | xattr.c | 137 int type, prefix, name_size; in squashfs_xattr_get() local 219 const char *name, size_t name_len, int type) in squashfs_user_list() 227 size_t size, int type) in squashfs_user_get() 246 size_t list_size, const char *name, size_t name_len, int type) in squashfs_trusted_list() 257 void *buffer, size_t size, int type) in squashfs_trusted_get() 276 size_t list_size, const char *name, size_t name_len, int type) in squashfs_security_list() 284 void *buffer, size_t size, int type) in squashfs_security_get() 299 static const struct xattr_handler *squashfs_xattr_handler(int type) in squashfs_xattr_handler()
|
/fs/9p/ |
D | acl.c | 88 static struct posix_acl *v9fs_get_cached_acl(struct inode *inode, int type) in v9fs_get_cached_acl() 100 struct posix_acl *v9fs_iop_get_acl(struct inode *inode, int type) in v9fs_iop_get_acl() 117 static int v9fs_set_acl(struct p9_fid *fid, int type, struct posix_acl *acl) in v9fs_set_acl() 216 void *buffer, size_t size, int type) in v9fs_remote_get_acl() 234 void *buffer, size_t size, int type) in v9fs_xattr_get_acl() 263 int flags, int type) in v9fs_remote_set_acl() 283 int flags, int type) in v9fs_xattr_set_acl()
|
/fs/ext2/ |
D | acl.c | 144 ext2_get_acl(struct inode *inode, int type) in ext2_get_acl() 193 ext2_set_acl(struct inode *inode, int type, struct posix_acl *acl) in ext2_set_acl() 320 const char *name, size_t name_len, int type) in ext2_xattr_list_acl_access() 333 const char *name, size_t name_len, int type) in ext2_xattr_list_acl_default() 346 size_t size, int type) in ext2_xattr_get_acl() 369 size_t size, int flags, int type) in ext2_xattr_set_acl()
|
D | xattr_trusted.c | 13 const char *name, size_t name_len, int type) in ext2_xattr_trusted_list() 31 void *buffer, size_t size, int type) in ext2_xattr_trusted_get() 41 const void *value, size_t size, int flags, int type) in ext2_xattr_trusted_set()
|
D | xattr_user.c | 15 const char *name, size_t name_len, int type) in ext2_xattr_user_list() 33 void *buffer, size_t size, int type) in ext2_xattr_user_get() 45 const void *value, size_t size, int flags, int type) in ext2_xattr_user_set()
|
/fs/ext3/ |
D | acl.c | 141 ext3_get_acl(struct inode *inode, int type) in ext3_get_acl() 193 ext3_set_acl(handle_t *handle, struct inode *inode, int type, in ext3_set_acl() 339 const char *name, size_t name_len, int type) in ext3_xattr_list_acl_access() 352 const char *name, size_t name_len, int type) in ext3_xattr_list_acl_default() 365 size_t size, int type) in ext3_xattr_get_acl() 388 size_t size, int flags, int type) in ext3_xattr_set_acl()
|
D | xattr_trusted.c | 13 const char *name, size_t name_len, int type) in ext3_xattr_trusted_list() 31 void *buffer, size_t size, int type) in ext3_xattr_trusted_get() 41 const void *value, size_t size, int flags, int type) in ext3_xattr_trusted_set()
|
D | xattr_user.c | 13 const char *name, size_t name_len, int type) in ext3_xattr_user_list() 31 size_t size, int type) in ext3_xattr_user_get() 43 const void *value, size_t size, int flags, int type) in ext3_xattr_user_set()
|
/fs/nfs/ |
D | nfs3acl.c | 57 int type, error = 0; in nfs3_getxattr() local 86 int type, error; in nfs3_setxattr() local 107 int type; in nfs3_removexattr() local 140 static struct posix_acl *nfs3_get_cached_acl(struct inode *inode, int type) in nfs3_get_cached_acl() 185 struct posix_acl *nfs3_proc_getacl(struct inode *inode, int type) in nfs3_proc_getacl() 376 int nfs3_proc_setacl(struct inode *inode, int type, struct posix_acl *acl) in nfs3_proc_setacl()
|
/fs/gfs2/ |
D | acl.c | 30 static const char *gfs2_acl_name(int type) in gfs2_acl_name() 41 struct posix_acl *gfs2_get_acl(struct inode *inode, int type) in gfs2_get_acl() 83 static int gfs2_acl_set(struct inode *inode, int type, struct posix_acl *acl) in gfs2_acl_set() 199 int type; in gfs2_xattr_system_get() local 228 int error = 0, type; in gfs2_xattr_system_set() local
|
/fs/jffs2/ |
D | xattr_trusted.c | 20 void *buffer, size_t size, int type) in jffs2_trusted_getxattr() 29 const void *buffer, size_t size, int flags, int type) in jffs2_trusted_setxattr() 38 size_t list_size, const char *name, size_t name_len, int type) in jffs2_trusted_listxattr()
|
D | xattr_user.c | 20 void *buffer, size_t size, int type) in jffs2_user_getxattr() 29 const void *buffer, size_t size, int flags, int type) in jffs2_user_setxattr() 38 size_t list_size, const char *name, size_t name_len, int type) in jffs2_user_listxattr()
|
D | acl.c | 175 struct posix_acl *jffs2_get_acl(struct inode *inode, int type) in jffs2_get_acl() 235 static int jffs2_set_acl(struct inode *inode, int type, struct posix_acl *acl) in jffs2_set_acl() 346 size_t list_size, const char *name, size_t name_len, int type) in jffs2_acl_access_listxattr() 356 size_t list_size, const char *name, size_t name_len, int type) in jffs2_acl_default_listxattr() 366 void *buffer, size_t size, int type) in jffs2_acl_getxattr() 386 const void *value, size_t size, int flags, int type) in jffs2_acl_setxattr()
|
/fs/btrfs/ |
D | acl.c | 31 struct posix_acl *btrfs_get_acl(struct inode *inode, int type) in btrfs_get_acl() 80 void *value, size_t size, int type) in btrfs_xattr_acl_get() 104 struct inode *inode, struct posix_acl *acl, int type) in btrfs_set_acl() 160 const void *value, size_t size, int flags, int type) in btrfs_xattr_acl_set()
|
/fs/reiserfs/ |
D | xattr_acl.c | 20 size_t size, int flags, int type) in posix_acl_set() 67 size_t size, int type) in posix_acl_get() 215 struct posix_acl *reiserfs_get_acl(struct inode *inode, int type) in reiserfs_get_acl() 275 int type, struct posix_acl *acl) in reiserfs_set_acl() 481 size_t name_len, int type) in posix_acl_access_list() 501 size_t name_len, int type) in posix_acl_default_list()
|
/fs/ext4/ |
D | xattr_user.c | 16 const char *name, size_t name_len, int type) in ext4_xattr_user_list() 34 void *buffer, size_t size, int type) in ext4_xattr_user_get() 46 const void *value, size_t size, int flags, int type) in ext4_xattr_user_set()
|
D | xattr_trusted.c | 17 const char *name, size_t name_len, int type) in ext4_xattr_trusted_list() 35 size_t size, int type) in ext4_xattr_trusted_get() 45 const void *value, size_t size, int flags, int type) in ext4_xattr_trusted_set()
|
/fs/hfsplus/ |
D | xattr_trusted.c | 13 void *buffer, size_t size, int type) in hfsplus_trusted_getxattr() 31 const void *buffer, size_t size, int flags, int type) in hfsplus_trusted_setxattr() 49 size_t list_size, const char *name, size_t name_len, int type) in hfsplus_trusted_listxattr()
|