Searched refs:format_id (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/sys/netatalk/
H A Dphase2.h37 u_char format_id; member in struct:llc::__anon2848::__anon2849
57 #define llc_fid llc_un.type_u.format_id
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dquotaops.h40 extern int vfs_quota_on(struct super_block *sb, int type, int format_id, char *path);
42 int format_id, int type);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Ddquot.c1444 static int vfs_quota_on_inode(struct inode *inode, int type, int format_id) argument
1446 struct quota_format_type *fmt = find_quota_format(format_id);
1533 int vfs_quota_on(struct super_block *sb, int type, int format_id, char *path) argument
1548 error = vfs_quota_on_inode(nd.dentry->d_inode, type, format_id);
1559 int format_id, int type)
1575 error = vfs_quota_on_inode(dentry->d_inode, type, format_id);
1558 vfs_quota_on_mount(struct super_block *sb, char *qf_name, int format_id, int type) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dosst.h411 __be32 format_id; /* hardware compability AUX is based on */ member in struct:os_aux_s
H A Dosst.c484 aux->format_id = htonl(0);
560 if (ntohl(aux->format_id) != 0) {
562 printk(OSST_DEB_MSG "%s:D: Skipping frame, format_id %u\n", name, ntohl(aux->format_id));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/reiserfs/
H A Dsuper.c1971 static int reiserfs_quota_on(struct super_block *sb, int type, int format_id, argument
1998 return vfs_quota_on(sb, type, format_id, path);
2006 return vfs_quota_on(sb, type, format_id, path);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext3/
H A Dsuper.c606 static int ext3_quota_on(struct super_block *sb, int type, int format_id, char *path);
2597 static int ext3_quota_on(struct super_block *sb, int type, int format_id, argument
2608 return vfs_quota_on(sb, type, format_id, path);
2623 return vfs_quota_on(sb, type, format_id, path);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext4/
H A Dsuper.c657 static int ext4_quota_on(struct super_block *sb, int type, int format_id, char *path);
2671 static int ext4_quota_on(struct super_block *sb, int type, int format_id, argument
2682 return vfs_quota_on(sb, type, format_id, path);
2697 return vfs_quota_on(sb, type, format_id, path);

Completed in 172 milliseconds