Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/fs/quota/
Dquota.c22 static int check_quotactl_permission(struct super_block *sb, int type, int cmd, in check_quotactl_permission()
51 int type = *(int *)arg; in quota_sync_one() local
58 static int quota_sync_all(int type) in quota_sync_all()
70 unsigned int qtype_enforce_flag(int type) in qtype_enforce_flag()
83 static int quota_quotaon(struct super_block *sb, int type, int cmd, qid_t id, in quota_quotaon()
95 static int quota_quotaoff(struct super_block *sb, int type) in quota_quotaoff()
104 static int quota_getfmt(struct super_block *sb, int type, void __user *addr) in quota_getfmt()
120 static int quota_getinfo(struct super_block *sb, int type, void __user *addr) in quota_getinfo()
150 static int quota_setinfo(struct super_block *sb, int type, void __user *addr) in quota_setinfo()
204 static int quota_getquota(struct super_block *sb, int type, qid_t id, in quota_getquota()
[all …]
Dquota_v1.c57 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()
Ddquot.c256 int type = qid.type; in hashfn() local
393 void mark_info_dirty(struct super_block *sb, int type) in mark_info_dirty()
513 static void invalidate_dquots(struct super_block *sb, int type) in invalidate_dquots()
605 int dquot_writeback_dquots(struct super_block *sb, int type) in dquot_writeback_dquots()
657 int dquot_quota_sync(struct super_block *sb, int type) in dquot_quota_sync()
798 struct dquot *dquot_alloc(struct super_block *sb, int type) in dquot_alloc()
804 static struct dquot *get_empty_dquot(struct super_block *sb, int type) in get_empty_dquot()
907 static int dqinit_needed(struct inode *inode, int type) in dqinit_needed()
925 static void add_dquot_ref(struct super_block *sb, int type) in add_dquot_ref()
979 static void remove_inode_dquot_ref(struct inode *inode, int type, in remove_inode_dquot_ref()
[all …]
Dquota_v2.c58 static int v2_read_header(struct super_block *sb, int type, in v2_read_header()
74 static int v2_check_quota_file(struct super_block *sb, int type) in v2_check_quota_file()
89 static int v2_read_file_info(struct super_block *sb, int type) in v2_read_file_info()
154 static int v2_write_file_info(struct super_block *sb, int type) in v2_write_file_info()
302 static int v2_free_file_info(struct super_block *sb, int type) in v2_free_file_info()
/fs/ocfs2/
Dquota_global.c165 ssize_t ocfs2_quota_read(struct super_block *sb, int type, char *data, in ocfs2_quota_read()
214 ssize_t ocfs2_quota_write(struct super_block *sb, int type, in ocfs2_quota_write()
336 int ocfs2_global_read_info(struct super_block *sb, int type) in ocfs2_global_read_info()
415 static int __ocfs2_global_write_info(struct super_block *sb, int type) in __ocfs2_global_write_info()
443 int ocfs2_global_write_info(struct super_block *sb, int type) in ocfs2_global_write_info()
456 static int ocfs2_global_qinit_alloc(struct super_block *sb, int type) in ocfs2_global_qinit_alloc()
467 static int ocfs2_calc_global_qinit_credits(struct super_block *sb, int type) in ocfs2_calc_global_qinit_credits()
482 int type = dquot->dq_id.type; in __ocfs2_sync_dquot() local
591 static int ocfs2_sync_dquot_helper(struct dquot *dquot, unsigned long type) in ocfs2_sync_dquot_helper()
669 static int ocfs2_calc_qdel_credits(struct super_block *sb, int type) in ocfs2_calc_qdel_credits()
[all …]
Dsysfile.c50 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()
139 int type, in _ocfs2_get_system_file_inode()
Dquota_local.c160 static int ocfs2_local_check_quota_file(struct super_block *sb, int type) in ocfs2_local_check_quota_file()
330 int type; in ocfs2_free_quota_recovery() local
340 int type, in ocfs2_recovery_load_quota()
372 int type; in ocfs2_alloc_quota_recovery() local
397 int type; in ocfs2_begin_quota_recovery() local
459 int type, in ocfs2_recover_local_quota_file()
592 int type; in ocfs2_finish_quota_recovery() local
683 static int ocfs2_local_read_info(struct super_block *sb, int type) in ocfs2_local_read_info()
794 static int ocfs2_local_write_info(struct super_block *sb, int type) in ocfs2_local_write_info()
812 static int ocfs2_local_free_info(struct super_block *sb, int type) in ocfs2_local_free_info()
[all …]
Dacl.c123 int type, in ocfs2_get_acl_nolock()
227 int type, in ocfs2_set_acl()
283 int ocfs2_iop_set_acl(struct inode *inode, struct posix_acl *acl, int type) in ocfs2_iop_set_acl()
300 struct posix_acl *ocfs2_iop_get_acl(struct inode *inode, int type) in ocfs2_iop_get_acl()
/fs/gfs2/
Dacl.c30 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()
67 int gfs2_set_acl(struct inode *inode, struct posix_acl *acl, int type) in gfs2_set_acl()
/fs/btrfs/
Duuid-tree.c26 static void btrfs_uuid_to_key(u8 *uuid, u8 type, struct btrfs_key *key) in btrfs_uuid_to_key()
35 u8 type, u64 subid) in btrfs_uuid_tree_lookup()
94 struct btrfs_root *uuid_root, u8 *uuid, u8 type, in btrfs_uuid_tree_add()
158 struct btrfs_root *uuid_root, u8 *uuid, u8 type, in btrfs_uuid_tree_rem()
238 static int btrfs_uuid_iter_rem(struct btrfs_root *uuid_root, u8 *uuid, u8 type, in btrfs_uuid_iter_rem()
Dacl.c31 struct posix_acl *btrfs_get_acl(struct inode *inode, int type) in btrfs_get_acl()
76 struct inode *inode, struct posix_acl *acl, int type) in __btrfs_set_acl()
118 int btrfs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in btrfs_set_acl()
/fs/f2fs/
Dcheckpoint.c120 bool is_valid_blkaddr(struct f2fs_sb_info *sbi, block_t blkaddr, int type) in is_valid_blkaddr()
155 int type, bool sync) in ra_meta_pages()
311 long sync_meta_pages(struct f2fs_sb_info *sbi, enum page_type type, in sync_meta_pages()
412 unsigned int devidx, int type) in __add_ino_entry()
446 static void __remove_ino_entry(struct f2fs_sb_info *sbi, nid_t ino, int type) in __remove_ino_entry()
464 void add_ino_entry(struct f2fs_sb_info *sbi, nid_t ino, int type) in add_ino_entry()
470 void remove_ino_entry(struct f2fs_sb_info *sbi, nid_t ino, int type) in remove_ino_entry()
508 unsigned int devidx, int type) in set_dirty_device()
514 unsigned int devidx, int type) in is_dirty_device()
880 static void __add_dirty_inode(struct inode *inode, enum inode_type type) in __add_dirty_inode()
[all …]
Dacl.c167 static struct posix_acl *__f2fs_get_acl(struct inode *inode, int type, in __f2fs_get_acl()
201 struct posix_acl *f2fs_get_acl(struct inode *inode, int type) in f2fs_get_acl()
206 static int __f2fs_set_acl(struct inode *inode, int type, in __f2fs_set_acl()
254 int f2fs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in f2fs_set_acl()
/fs/logfs/
Djournal.c165 u16 type, len, datalen; in __read_je_header() local
227 u16 type, datalen; in read_je() local
422 u16 type, u8 compr) in __logfs_write_header()
438 struct logfs_journal_header *jh, size_t datalen, u16 type) in logfs_write_header()
451 u16 *type, size_t *len) in logfs_write_erasecount()
516 u16 *type, size_t *len) in __logfs_write_anchor()
536 u16 *type, size_t *len) in logfs_write_dynsb()
575 u16 *type, size_t *len) in logfs_write_area()
594 u16 *type, size_t *len) in logfs_write_commit()
603 static size_t __logfs_write_je(struct super_block *sb, void *buf, u16 type, in __logfs_write_je()
[all …]
/fs/jfs/
Dacl.c30 struct posix_acl *jfs_get_acl(struct inode *inode, int type) in jfs_get_acl()
75 static int __jfs_set_acl(tid_t tid, struct inode *inode, int type, in __jfs_set_acl()
120 int jfs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in jfs_set_acl()
/fs/overlayfs/
Dinode.c255 enum ovl_path_type type) in ovl_need_xattr_filter()
267 enum ovl_path_type type = ovl_path_real(dentry, &realpath); in ovl_getxattr() local
289 enum ovl_path_type type = ovl_path_real(dentry, &realpath); in ovl_listxattr() local
325 enum ovl_path_type type = ovl_path_real(dentry, &realpath); in ovl_removexattr() local
354 static bool ovl_open_need_copy_up(int flags, enum ovl_path_type type, in ovl_open_need_copy_up()
373 enum ovl_path_type type; in ovl_d_select_inode() local
Doverlayfs.h20 #define OVL_TYPE_UPPER(type) ((type) & __OVL_PATH_UPPER) argument
21 #define OVL_TYPE_MERGE(type) ((type) & __OVL_PATH_MERGE) argument
22 #define OVL_TYPE_PURE_UPPER(type) ((type) & __OVL_PATH_PURE) argument
23 #define OVL_TYPE_MERGE_OR_LOWER(type) \ argument
/fs/ocfs2/dlm/
Ddlmconvert.c78 struct dlm_lock *lock, int flags, int type) in dlmconvert_master()
122 int type, int *call_ast, in __dlmconvert_master()
262 struct dlm_lock *lock, int flags, int type) in dlmconvert_remote()
366 struct dlm_lock *lock, int flags, int type) in dlm_send_remote_convert_request()
/fs/hfs/
Dcatalog.c66 hfs_cat_rec *rec, int type, in hfs_cat_build_thread()
191 int res, len, type; in hfs_cat_find_brec() local
226 int res, type; in hfs_cat_delete() local
293 int entry_size, type; in hfs_cat_move() local
/fs/
Dposix_acl.c24 struct posix_acl **acl_by_type(struct inode *inode, int type) in acl_by_type()
37 struct posix_acl *get_cached_acl(struct inode *inode, int type) in get_cached_acl()
52 struct posix_acl *get_cached_acl_rcu(struct inode *inode, int type) in get_cached_acl_rcu()
58 void set_cached_acl(struct inode *inode, int type, struct posix_acl *acl) in set_cached_acl()
71 void forget_cached_acl(struct inode *inode, int type) in forget_cached_acl()
99 struct posix_acl *get_acl(struct inode *inode, int type) in get_acl()
826 set_posix_acl(struct inode *inode, int type, struct posix_acl *acl) in set_posix_acl()
904 int simple_set_acl(struct inode *inode, struct posix_acl *acl, int type) in simple_set_acl()
/fs/ext2/
Dacl.c143 ext2_get_acl(struct inode *inode, int type) in ext2_get_acl()
182 __ext2_set_acl(struct inode *inode, struct posix_acl *acl, int type) in __ext2_set_acl()
221 ext2_set_acl(struct inode *inode, struct posix_acl *acl, int type) in ext2_set_acl()
/fs/ceph/
Dacl.c33 int type, struct posix_acl *acl) in ceph_set_cached_acl()
43 struct posix_acl *ceph_get_acl(struct inode *inode, int type) in ceph_get_acl()
84 int ceph_set_acl(struct inode *inode, struct posix_acl *acl, int type) in ceph_set_acl()
/fs/cifs/
Dcifs_debug.h52 #define cifs_dbg(type, fmt, ...) \ argument
69 #define cifs_dbg(type, fmt, ...) \ argument
/fs/ext4/
Dacl.c143 ext4_get_acl(struct inode *inode, int type) in ext4_get_acl()
187 __ext4_set_acl(handle_t *handle, struct inode *inode, int type, in __ext4_set_acl()
226 ext4_set_acl(struct inode *inode, struct posix_acl *acl, int type) in ext4_set_acl()
/fs/nfs/
Dnfs3acl.c14 struct posix_acl *nfs3_get_acl(struct inode *inode, int type) in nfs3_get_acl()
214 int nfs3_set_acl(struct inode *inode, struct posix_acl *acl, int type) in nfs3_set_acl()
264 nfs3_list_one_acl(struct inode *inode, int type, const char *name, void *data, in nfs3_list_one_acl()

12345678910>>...12