Home
last modified time | relevance | path

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

123456789

/fs/ocfs2/
Dsysfile.c53 static inline int is_global_system_inode(int type) in is_global_system_inode()
60 int type, in is_in_system_inode_array()
67 int type, in ocfs2_get_system_file_inode()
97 int type, in _ocfs2_get_system_file_inode()
Dquota_global.c152 ssize_t ocfs2_quota_read(struct super_block *sb, int type, char *data, in ocfs2_quota_read()
189 ssize_t ocfs2_quota_write(struct super_block *sb, int type, in ocfs2_quota_write()
296 int ocfs2_global_read_info(struct super_block *sb, int type) in ocfs2_global_read_info()
364 static int __ocfs2_global_write_info(struct super_block *sb, int type) in __ocfs2_global_write_info()
392 int ocfs2_global_write_info(struct super_block *sb, int type) in ocfs2_global_write_info()
452 int type = dquot->dq_type; in __ocfs2_sync_dquot() local
559 static int ocfs2_sync_dquot_helper(struct dquot *dquot, unsigned long type) in ocfs2_sync_dquot_helper()
636 int ocfs2_calc_qdel_credits(struct super_block *sb, int type) in ocfs2_calc_qdel_credits()
681 int ocfs2_calc_qinit_credits(struct super_block *sb, int type) in ocfs2_calc_qinit_credits()
743 int type = dquot->dq_type; in ocfs2_mark_dquot_dirty() local
[all …]
Dquota_local.c134 static int ocfs2_local_check_quota_file(struct super_block *sb, int type) in ocfs2_local_check_quota_file()
304 int type; in ocfs2_free_quota_recovery() local
314 int type, in ocfs2_recovery_load_quota()
346 int type; in ocfs2_alloc_quota_recovery() local
370 int type; in ocfs2_begin_quota_recovery() local
430 int type, in ocfs2_recover_local_quota_file()
559 int type; in ocfs2_finish_quota_recovery() local
647 static int ocfs2_local_read_info(struct super_block *sb, int type) in ocfs2_local_read_info()
753 static int ocfs2_local_write_info(struct super_block *sb, int type) in ocfs2_local_write_info()
771 static int ocfs2_local_free_info(struct super_block *sb, int type) in ocfs2_local_free_info()
[all …]
Docfs2_lockid.h53 static inline char ocfs2_lock_type_char(enum ocfs2_lock_type type) in ocfs2_lock_type_char()
105 static inline const char *ocfs2_lock_type_string(enum ocfs2_lock_type type) in ocfs2_lock_type_string()
Dacl.c98 int type, in ocfs2_get_acl_nolock()
146 static struct posix_acl *ocfs2_get_acl(struct inode *inode, int type) in ocfs2_get_acl()
178 int type, in ocfs2_set_acl()
369 int type, in ocfs2_xattr_get_acl()
412 int type, in ocfs2_xattr_set_acl()
/fs/
Ddquot.c220 hashfn(const struct super_block *sb, unsigned int id, int type) in hashfn()
242 …e struct dquot *find_dquot(unsigned int hashent, struct super_block *sb, unsigned int id, int type) in find_dquot()
322 void mark_info_dirty(struct super_block *sb, int type) in mark_info_dirty()
438 static void invalidate_dquots(struct super_block *sb, int type) in invalidate_dquots()
520 int vfs_quota_sync(struct super_block *sb, int type) in vfs_quota_sync()
676 struct dquot *dquot_alloc(struct super_block *sb, int type) in dquot_alloc()
682 static struct dquot *get_empty_dquot(struct super_block *sb, int type) in get_empty_dquot()
711 struct dquot *dqget(struct super_block *sb, unsigned int id, int type) in dqget()
771 static int dqinit_needed(struct inode *inode, int type) in dqinit_needed()
786 static void add_dquot_ref(struct super_block *sb, int type) in add_dquot_ref()
[all …]
Dquota_v1.c57 int type = dquot->dq_type; in v1_read_dqblk() local
78 short type = dquot->dq_type; in v1_commit_dqblk() local
118 static int v1_check_quota_file(struct super_block *sb, int type) in v1_check_quota_file()
145 static int v1_read_file_info(struct super_block *sb, int type) in v1_read_file_info()
166 static int v1_write_file_info(struct super_block *sb, int type) in v1_write_file_info()
Dquota.c23 static int generic_quotactl_valid(struct super_block *sb, int type, int cmd, qid_t id) in generic_quotactl_valid()
95 static int xqm_quotactl_valid(struct super_block *sb, int type, int cmd, qid_t id) in xqm_quotactl_valid()
145 static int check_quotactl_valid(struct super_block *sb, int type, int cmd, qid_t id) in check_quotactl_valid()
158 static void quota_sync_sb(struct super_block *sb, int type) in quota_sync_sb()
190 void sync_dquots(struct super_block *sb, int type) in sync_dquots()
230 static int do_quotactl(struct super_block *sb, int type, int cmd, qid_t id, void __user *addr) in do_quotactl()
377 uint cmds, type; in SYSCALL_DEFINE4() local
Dquota_v2.c50 static int v2_check_quota_file(struct super_block *sb, int type) in v2_check_quota_file()
70 static int v2_read_file_info(struct super_block *sb, int type) in v2_read_file_info()
111 static int v2_write_file_info(struct super_block *sb, int type) in v2_write_file_info()
203 static int v2_free_file_info(struct super_block *sb, int type) in v2_free_file_info()
Dgeneric_acl.c19 int type, char *list, size_t list_size) in generic_acl_list()
54 int type, void *buffer, size_t size) in generic_acl_get()
74 int type, const void *value, size_t size) in generic_acl_set()
Dfcntl.c198 static void f_modown(struct file *filp, struct pid *pid, enum pid_type type, in f_modown()
212 int __f_setown(struct file *filp, struct pid *pid, enum pid_type type, in __f_setown()
229 enum pid_type type; in f_setown() local
465 enum pid_type type; in send_sigio() local
493 enum pid_type type; in send_sigurg() local
Dpnode.c129 void change_mnt_propagation(struct vfsmount *mnt, int type) in change_mnt_propagation()
185 int *type) in get_source()
239 int type; in propagate_mnt() local
/fs/nfs/
Dnfs3acl.c56 int type, error = 0; in nfs3_getxattr() local
85 int type, error; in nfs3_setxattr() local
106 int type; in nfs3_removexattr() local
139 static struct posix_acl *nfs3_get_cached_acl(struct inode *inode, int type) in nfs3_get_cached_acl()
184 struct posix_acl *nfs3_proc_getacl(struct inode *inode, int type) in nfs3_proc_getacl()
368 int nfs3_proc_setacl(struct inode *inode, int type, struct posix_acl *acl) in nfs3_proc_setacl()
/fs/hfs/
Dcatalog.c66 hfs_cat_rec *rec, int type, in hfs_cat_build_thread()
178 int res, len, type; in hfs_cat_find_brec() local
213 int res, type; in hfs_cat_delete() local
278 int entry_size, type; in hfs_cat_move() local
/fs/ocfs2/dlm/
Ddlmconvert.c80 struct dlm_lock *lock, int flags, int type) in dlmconvert_master()
124 int type, int *call_ast, in __dlmconvert_master()
267 struct dlm_lock *lock, int flags, int type) in dlmconvert_remote()
349 struct dlm_lock *lock, int flags, int type) in dlm_send_remote_convert_request()
/fs/xfs/
Dxfs_arch.h87 #define INT_SWAP16(type,var) ((typeof(type))(__swab16((__u16)(var)))) argument
88 #define INT_SWAP32(type,var) ((typeof(type))(__swab32((__u32)(var)))) argument
89 #define INT_SWAP64(type,var) ((typeof(type))(__swab64((__u64)(var)))) argument
92 #define INT_SWAP(type, var) \ argument
/fs/hfsplus/
Dcatalog.c142 hfsplus_cat_entry *entry, int type, in hfsplus_fill_cat_thread()
158 u16 type; in hfsplus_find_cat() local
242 u16 type; in hfsplus_delete_cat() local
318 int entry_size, type; in hfsplus_rename_cat() local
/fs/btrfs/
Dacl.c43 static struct posix_acl *btrfs_get_acl(struct inode *inode, int type) in btrfs_get_acl()
91 static int btrfs_xattr_get_acl(struct inode *inode, int type, in btrfs_xattr_get_acl()
112 static int btrfs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in btrfs_set_acl()
172 static int btrfs_xattr_set_acl(struct inode *inode, int type, in btrfs_xattr_set_acl()
/fs/ntfs/
Dattrib.c588 static int ntfs_attr_find(const ATTR_TYPE type, const ntfschar *name, in ntfs_attr_find()
856 static int ntfs_external_attr_find(const ATTR_TYPE type, in ntfs_external_attr_find()
1186 int ntfs_attr_lookup(const ATTR_TYPE type, const ntfschar *name, in ntfs_attr_lookup()
1306 const ATTR_TYPE type) in ntfs_attr_find_in_attrdef()
1341 int ntfs_attr_size_bounds_check(const ntfs_volume *vol, const ATTR_TYPE type, in ntfs_attr_size_bounds_check()
1377 int ntfs_attr_can_be_non_resident(const ntfs_volume *vol, const ATTR_TYPE type) in ntfs_attr_can_be_non_resident()
1409 int ntfs_attr_can_be_resident(const ntfs_volume *vol, const ATTR_TYPE type) in ntfs_attr_can_be_resident()
/fs/xfs/quota/
Dxfs_dquot.c90 uint type) in xfs_qm_dqinit()
187 uint type, in xfs_qm_dqinit_core()
379 uint type, in xfs_qm_init_dquot_blk()
730 uint type, /* UDQUOT or GDQUOT */ in xfs_qm_idtodq()
918 uint type, /* XFS_DQ_USER/XFS_DQ_PROJ/XFS_DQ_GROUP */ in xfs_qm_dqget()
/fs/gfs2/
Dutil.h104 u16 type, in gfs2_metatype_check_i()
120 #define gfs2_metatype_check(sdp, bh, type) \ argument
123 static inline void gfs2_metatype_set(struct buffer_head *bh, u16 type, in gfs2_metatype_set()
/fs/ext4/
Dacl.c159 ext4_get_acl(struct inode *inode, int type) in ext4_get_acl()
223 ext4_set_acl(handle_t *handle, struct inode *inode, int type, in ext4_set_acl()
445 ext4_xattr_get_acl(struct inode *inode, int type, void *buffer, size_t size) in ext4_xattr_get_acl()
483 ext4_xattr_set_acl(struct inode *inode, int type, const void *value, in ext4_xattr_set_acl()
/fs/reiserfs/
Dxattr_acl.c17 xattr_set_acl(struct inode *inode, int type, const void *value, size_t size) in xattr_set_acl()
47 xattr_get_acl(struct inode *inode, int type, void *buffer, size_t size) in xattr_get_acl()
181 struct posix_acl *reiserfs_get_acl(struct inode *inode, int type) in reiserfs_get_acl()
246 reiserfs_set_acl(struct inode *inode, int type, struct posix_acl *acl) in reiserfs_set_acl()
/fs/ext3/
Dacl.c159 ext3_get_acl(struct inode *inode, int type) in ext3_get_acl()
223 ext3_set_acl(handle_t *handle, struct inode *inode, int type, in ext3_set_acl()
445 ext3_xattr_get_acl(struct inode *inode, int type, void *buffer, size_t size) in ext3_xattr_get_acl()
483 ext3_xattr_set_acl(struct inode *inode, int type, const void *value, in ext3_xattr_set_acl()
/fs/ext2/
Dacl.c156 ext2_get_acl(struct inode *inode, int type) in ext2_get_acl()
218 ext2_set_acl(struct inode *inode, int type, struct posix_acl *acl) in ext2_set_acl()
421 ext2_xattr_get_acl(struct inode *inode, int type, void *buffer, size_t size) in ext2_xattr_get_acl()
459 ext2_xattr_set_acl(struct inode *inode, int type, const void *value, in ext2_xattr_set_acl()

123456789