ca_mode            27 drivers/usb/gadget/function/uvc_configfs.c 	.ca_mode	= S_IRUGO | S_IWUGO,				\
ca_mode            36 drivers/usb/gadget/function/uvc_configfs.c 	.ca_mode	= S_IRUGO,					\
ca_mode           435 fs/configfs/dir.c 	inode = configfs_create(dentry, (attr->ca_mode & S_IALLUGO) | S_IFREG);
ca_mode           525 fs/configfs/file.c 	umode_t mode = (attr->ca_mode & S_IALLUGO) | S_IFREG;
ca_mode           547 fs/configfs/file.c 	umode_t mode = (bin_attr->cb_attr.ca_mode & S_IALLUGO) | S_IFREG;
ca_mode           120 include/linux/configfs.h 	umode_t			ca_mode;
ca_mode           128 include/linux/configfs.h 	.ca_mode	= S_IRUGO | S_IWUSR,		\
ca_mode           137 include/linux/configfs.h 	.ca_mode	= S_IRUGO,			\
ca_mode           145 include/linux/configfs.h 	.ca_mode	= S_IWUSR,			\
ca_mode           165 include/linux/configfs.h 		.ca_mode	= S_IRUGO | S_IWUSR,		\
ca_mode           178 include/linux/configfs.h 		.ca_mode	= S_IRUGO,			\
ca_mode           190 include/linux/configfs.h 		.ca_mode	= S_IWUSR,			\